Skip to content

Commit 425cfb3

Browse files
committed
👷 Update actions/checkout GitHub Action to Version v6
Signed-off-by: pcaversaccio <[email protected]>
1 parent d232ebf commit 425cfb3

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
steps:
2020
- name: Checkout
21-
uses: actions/checkout@v5
21+
uses: actions/checkout@v6
2222
with:
2323
submodules: recursive
2424

@@ -49,7 +49,7 @@ jobs:
4949

5050
steps:
5151
- name: Checkout
52-
uses: actions/checkout@v5
52+
uses: actions/checkout@v6
5353

5454
- name: Run codespell
5555
uses: codespell-project/actions-codespell@v2

.github/workflows/test.yml

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

1717
steps:
1818
- name: Checkout
19-
uses: actions/checkout@v5
19+
uses: actions/checkout@v6
2020
with:
2121
submodules: recursive
2222

foundry.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"lib/forge-std": {
33
"branch": {
44
"name": "master",
5-
"rev": "3f999523613ab5454a5c4ae4abeaa8ea2ba7bcae"
5+
"rev": "24d76395806bf34aaab7ce0291094174631487f6"
66
}
77
}
88
}

0 commit comments

Comments
 (0)