Skip to content

Commit ed0b99a

Browse files
Bump actions/checkout from 3.3.0 to 3.5.0 (#274)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.3.0 to 3.5.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@ac59398...8f4b7f8) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 96a582f commit ed0b99a

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
@@ -16,7 +16,7 @@ jobs:
1616
cache: pip
1717

1818
- name: Clone
19-
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
19+
uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
2020

2121
- name: Build specification
2222
run: |
@@ -25,7 +25,7 @@ jobs:
2525
make -f ../Makefile draft
2626
2727
- name: Switch branch
28-
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
28+
uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
2929
with:
3030
ref: gh-pages
3131
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@ac593985615ec2ede58e132d2e21d2b1cbd6127c
12+
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
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
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Clone main
13-
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
13+
uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
1414
with:
1515
fetch-depth: 0
1616

@@ -51,7 +51,7 @@ jobs:
5151
5252
- name: Switch branch
5353
if: steps.getver.outputs.spec_version != steps.prevver.outputs.prev_version
54-
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
54+
uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
5555
with:
5656
ref: gh-pages
5757
clean: false

0 commit comments

Comments
 (0)