Skip to content

Commit 128bf4e

Browse files
tunethewebsudheendrachari
authored andcommitted
Set explicitly GitHub Actions versions were not set (#1246)
* Set explicitly GitHub Actions versions where not set * Remove incorrect version strategy
1 parent 6082ccf commit 128bf4e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/generate_chapters.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
run: ./src/tools/scripts/run_and_test_website.sh
5353
- name: Create Pull Request
5454
id: cpr
55-
uses: peter-evans/create-pull-request@v3
55+
uses: peter-evans/create-pull-request@v3.1.2
5656
with:
5757
title: Update datestamps and generate chapters
5858
branch-suffix: timestamp

.github/workflows/generate_ebooks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
npm run ebooks
5454
- name: Create Pull Request
5555
id: cpr
56-
uses: peter-evans/create-pull-request@v3
56+
uses: peter-evans/create-pull-request@v3.1.2
5757
with:
5858
title: Regenerate Ebooks
5959
branch-suffix: timestamp

.github/workflows/progress-tracker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
if: github.repository == 'HTTPArchive/almanac.httparchive.org'
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: actions/github-script@v3
21+
- uses: actions/github-script@v3.0.0
2222
if: github.event_name == 'workflow_dispatch' || contains(github.event.issue.labels.*.name, env.FILTER_LABEL)
2323
with:
2424
script: |

0 commit comments

Comments
 (0)