Skip to content

Commit 432f061

Browse files
Update actions/checkout action to v4
1 parent ba4fe53 commit 432f061

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
name: Test examples
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v2
17+
- uses: actions/checkout@v4
1818
- name: Install toolchain
1919
uses: actions-rs/toolchain@v1
2020
with:

0 commit comments

Comments
 (0)