Skip to content

Commit fcb4f30

Browse files
Bump actions/checkout from 2 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b319a4d commit fcb4f30

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
OPTIMISM_RPC_URL: ${{ secrets.OPTIMISM_RPC_URL }}
2020
POLYGON_RPC_URL: ${{ secrets.POLYGON_RPC_URL }}
2121
steps:
22-
- uses: actions/checkout@v3
22+
- uses: actions/checkout@v6
2323
with:
2424
submodules: recursive
2525

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: foundry-rs/foundry-toolchain@v1
2929
with:
3030
version: nightly
31-
- uses: actions/checkout@v2
31+
- uses: actions/checkout@v6
3232
with:
3333
ref: ${{ github.ref }}
3434
fetch-depth: 0

0 commit comments

Comments
 (0)