Skip to content

Commit c43cf9c

Browse files
Bump actions/checkout from 4.2.1 to 4.2.2
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.1 to 4.2.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.2.1...v4.2.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7d3e94d commit c43cf9c

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/[email protected].1
18+
- uses: actions/[email protected].2
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/[email protected].1
30+
uses: actions/[email protected].2
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
@@ -15,7 +15,7 @@ jobs:
1515
contents: write
1616
steps:
1717
- name: Checkout code
18-
uses: actions/[email protected].1
18+
uses: actions/[email protected].2
1919
- name: Install Racket
2020
uses: Bogdanp/[email protected]
2121
with:

.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/[email protected].1
25+
uses: actions/[email protected].2
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)