Skip to content

Commit d91ebf0

Browse files
Bump actions/checkout from 3.5.2 to 3.5.3 (#283)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.2 to 3.5.3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@8e5e7e5...c85c95e) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 98e71d0 commit d91ebf0

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@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
19+
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
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@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
28+
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
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@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
12+
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
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
@@ -12,7 +12,7 @@ jobs:
1212
contents: write # required to publish (tag) a release
1313
steps:
1414
- name: Clone main
15-
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
15+
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
1616
with:
1717
fetch-depth: 0
1818

@@ -53,7 +53,7 @@ jobs:
5353
5454
- name: Switch branch
5555
if: steps.getver.outputs.spec_version != steps.prevver.outputs.prev_version
56-
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
56+
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
5757
with:
5858
ref: gh-pages
5959
clean: false

0 commit comments

Comments
 (0)