Skip to content

Commit

Permalink
Set explicitly GitHub Actions versions were not set (#1246)
Browse files Browse the repository at this point in the history
* Set explicitly GitHub Actions versions where not set

* Remove incorrect version strategy
  • Loading branch information
tunetheweb committed Aug 24, 2020
1 parent e0766ec commit 9b9cbee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/generate_chapters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
run: ./src/tools/scripts/run_and_test_website.sh
- name: Create Pull Request
id: cpr
uses: peter-evans/create-pull-request@v3
uses: peter-evans/create-pull-request@v3.1.2
with:
title: Update datestamps and generate chapters
branch-suffix: timestamp
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/generate_ebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
npm run ebooks
- name: Create Pull Request
id: cpr
uses: peter-evans/create-pull-request@v3
uses: peter-evans/create-pull-request@v3.1.2
with:
title: Regenerate Ebooks
branch-suffix: timestamp
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/progress-tracker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
if: github.repository == 'HTTPArchive/almanac.httparchive.org'
runs-on: ubuntu-latest
steps:
- uses: actions/github-script@v3
- uses: actions/github-script@v3.0.0
if: github.event_name == 'workflow_dispatch' || contains(github.event.issue.labels.*.name, env.FILTER_LABEL)
with:
script: |
Expand Down

0 comments on commit 9b9cbee

Please sign in to comment.