From 9b9cbee125d5abd6f07832a391445ace1a995572 Mon Sep 17 00:00:00 2001 From: Barry Pollard Date: Mon, 24 Aug 2020 13:44:51 +0100 Subject: [PATCH] Set explicitly GitHub Actions versions were not set (#1246) * Set explicitly GitHub Actions versions where not set * Remove incorrect version strategy --- .github/workflows/generate_chapters.yml | 2 +- .github/workflows/generate_ebooks.yml | 2 +- .github/workflows/progress-tracker.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/generate_chapters.yml b/.github/workflows/generate_chapters.yml index ff7d2613d24..6f834ec8f39 100644 --- a/.github/workflows/generate_chapters.yml +++ b/.github/workflows/generate_chapters.yml @@ -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 diff --git a/.github/workflows/generate_ebooks.yml b/.github/workflows/generate_ebooks.yml index 5b4bd91dfe5..1f5e2cb96c0 100644 --- a/.github/workflows/generate_ebooks.yml +++ b/.github/workflows/generate_ebooks.yml @@ -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 diff --git a/.github/workflows/progress-tracker.yml b/.github/workflows/progress-tracker.yml index 4e2c6fa7a14..4666e539267 100644 --- a/.github/workflows/progress-tracker.yml +++ b/.github/workflows/progress-tracker.yml @@ -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: |