Skip to content

Commit 7dd8226

Browse files
chore(deps): update actions/checkout action to v6
1 parent 37e8ede commit 7dd8226

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
matrix:
1010
os: [ubuntu-latest] #, macos-latest, windows-latest]
1111
steps:
12-
- uses: actions/checkout@v5
12+
- uses: actions/checkout@v6
1313
- name: Install latest nightly
1414
uses: actions-rs/toolchain@v1
1515
with:

0 commit comments

Comments
 (0)