Skip to content

Commit 379e573

Browse files
Bump actions/checkout from 3.0.2 to 4.1.7
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.0.2 to 4.1.7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3.0.2...v4.1.7) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 42b8e1e commit 379e573

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
racket-variant: ["BC", "CS"]
1616
enable-contracts: [true, false]
1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v4.1.7
1919
- uses: Bogdanp/[email protected]
2020
with:
2121
architecture: x64

.github/workflows/resyntax-analyze.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
steps:
2929
- name: Checkout code
30-
uses: actions/checkout@v4
30+
uses: actions/checkout@v4.1.7
3131
# See https://github.com/actions/checkout/issues/118.
3232
with:
3333
fetch-depth: 0

.github/workflows/resyntax-autofixer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
env:
2727
GH_TOKEN: ${{ steps.generate-token.outputs.token }}
2828
- name: Checkout code
29-
uses: actions/checkout@v3.0.2
29+
uses: actions/checkout@v4.1.7
3030
# See https://github.com/actions/checkout/issues/118.
3131
with:
3232
fetch-depth: 0

.github/workflows/resyntax-submit-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
steps:
2424
- name: Checkout code
25-
uses: actions/checkout@v4
25+
uses: actions/checkout@v4.1.7
2626
- name: Download Resyntax analysis
2727
# This uses a github script instead of the download-artifact action because
2828
# that action doesn't work for artifacts uploaded by other workflows. See

0 commit comments

Comments
 (0)