Skip to content

Commit

Permalink
Bump actions/checkout from 3.0.2 to 4.2.1
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.0.2 to 4.2.1.
- [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.2.1)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and sorawee committed Oct 9, 2024
1 parent 7d70b37 commit c9ee5a8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
racket-variant: ["BC", "CS"]
enable-contracts: [true, false]
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v4.2.1
- uses: Bogdanp/[email protected]
with:
architecture: x64
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/resyntax-analyze.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v4
uses: actions/checkout@v4.2.1
# See https://github.com/actions/checkout/issues/118.
with:
fetch-depth: 0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/resyntax-autofixer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
contents: write
steps:
- name: Checkout code
uses: actions/checkout@v3.0.2
uses: actions/checkout@v4.2.1
- name: Install Racket
uses: Bogdanp/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/resyntax-submit-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v4
uses: actions/checkout@v4.2.1
- name: Download Resyntax analysis
# This uses a github script instead of the download-artifact action because
# that action doesn't work for artifacts uploaded by other workflows. See
Expand Down

0 comments on commit c9ee5a8

Please sign in to comment.