Skip to content

Commit 5aee65a

Browse files
Bump actions/checkout from 2.4.0 to 3.0.2 (#222)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.4.0 to 3.0.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@ec3a7ce...2541b12) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 304b7d7 commit 5aee65a

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@ec3a7ce113134d7a93b817d10a8272cb61118579
30+
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
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@ec3a7ce113134d7a93b817d10a8272cb61118579
39+
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
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@ec3a7ce113134d7a93b817d10a8272cb61118579
12+
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
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@ec3a7ce113134d7a93b817d10a8272cb61118579
30+
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
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@ec3a7ce113134d7a93b817d10a8272cb61118579
65+
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
6666
with:
6767
ref: gh-pages
6868
clean: false

0 commit comments

Comments
 (0)