Skip to content

Commit 580d417

Browse files
Update actions/checkout action to v6
1 parent 205d47d commit 580d417

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

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

1717
steps:
1818
# check out our code
19-
- uses: actions/checkout@v5
19+
- uses: actions/checkout@v6
2020

2121
# install rust toolchain
2222
- uses: actions-rs/toolchain@v1

.github/workflows/formatting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
permissions:
1111
contents: read
1212
steps:
13-
- uses: actions/checkout@v5
13+
- uses: actions/checkout@v6
1414
- uses: dtolnay/rust-toolchain@nightly
1515
with:
1616
components: rustfmt

0 commit comments

Comments
 (0)