Skip to content

Commit d27b941

Browse files
Bump actions/checkout from 3.0.2 to 3.1.0 (#255)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.0.2 to 3.1.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@2541b12...93ea575) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8748f6e commit d27b941

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@2541b1294d2704b0964813337f33b291d3f8596b
19+
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
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@2541b1294d2704b0964813337f33b291d3f8596b
28+
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
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@2541b1294d2704b0964813337f33b291d3f8596b
12+
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
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@2541b1294d2704b0964813337f33b291d3f8596b
13+
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
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@2541b1294d2704b0964813337f33b291d3f8596b
54+
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
5555
with:
5656
ref: gh-pages
5757
clean: false

0 commit comments

Comments
 (0)