Skip to content

Commit fe50914

Browse files
authored
Merge pull request #190 from theupdateframework/dependabot/github_actions/actions/checkout-2.4.0
Bump actions/checkout from 2.3.4 to 2.4.0
2 parents 2585a4e + 9616b0a commit fe50914

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/draft.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
key: ${{ runner.os }}-pip-
2828

2929
- name: Clone
30-
uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f
30+
uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579
3131

3232
- name: Build specification
3333
run: |
@@ -36,7 +36,7 @@ jobs:
3636
make -f ../Makefile draft
3737
3838
- name: Switch branch
39-
uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f
39+
uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579
4040
with:
4141
ref: gh-pages
4242
clean: false

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
name: Sanity checks before a PR merge
1010
runs-on: ubuntu-20.04
1111
steps:
12-
- uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f
12+
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579
1313
with:
1414
fetch-depth: 0 # we want all refs for the --is-ancestor check
1515

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
key: ${{ runner.os }}-pip-
2828

2929
- name: Clone main
30-
uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f
30+
uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579
3131
with:
3232
fetch-depth: 0
3333

@@ -62,7 +62,7 @@ jobs:
6262
6363
- name: Switch branch
6464
if: steps.getver.outputs.spec_version != steps.prevver.outputs.prev_version
65-
uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f
65+
uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579
6666
with:
6767
ref: gh-pages
6868
clean: false

0 commit comments

Comments
 (0)