Skip to content

Commit 618e160

Browse files
chore(deps): update actions/checkout action to v6
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b4cf5f1 commit 618e160

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

lib/forge-std/.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- --use solc:0.6.2
3232
- --use solc:0.6.12
3333
steps:
34-
- uses: actions/checkout@v5
34+
- uses: actions/checkout@v6
3535
with:
3636
persist-credentials: false
3737
- uses: foundry-rs/foundry-toolchain@v1
@@ -59,7 +59,7 @@ jobs:
5959
matrix:
6060
toolchain: [stable, nightly]
6161
steps:
62-
- uses: actions/checkout@v5
62+
- uses: actions/checkout@v6
6363
with:
6464
persist-credentials: false
6565
- uses: foundry-rs/foundry-toolchain@v1
@@ -74,7 +74,7 @@ jobs:
7474
permissions:
7575
contents: read
7676
steps:
77-
- uses: actions/checkout@v5
77+
- uses: actions/checkout@v6
7878
with:
7979
persist-credentials: false
8080
- uses: foundry-rs/foundry-toolchain@v1
@@ -87,7 +87,7 @@ jobs:
8787
permissions:
8888
contents: read
8989
steps:
90-
- uses: actions/checkout@v5
90+
- uses: actions/checkout@v6
9191
with:
9292
persist-credentials: false
9393
- uses: crate-ci/typos@80c8a4945eec0f6d464eaf9e65ed98ef085283d1 # v1
@@ -107,7 +107,7 @@ jobs:
107107
build-mode: none
108108
steps:
109109
- name: Checkout repository
110-
uses: actions/checkout@v5
110+
uses: actions/checkout@v6
111111
with:
112112
persist-credentials: false
113113
- name: Initialize CodeQL

lib/forge-std/.github/workflows/sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
if: startsWith(github.event.release.tag_name, 'v1')
1616
steps:
1717
- name: Check out the repo
18-
uses: actions/checkout@v5
18+
uses: actions/checkout@v6
1919
with:
2020
persist-credentials: true
2121
fetch-depth: 0

0 commit comments

Comments
 (0)