Skip to content

Commit ec9f7f7

Browse files
authored
Update to actions/checkout@v4 (#26)
1 parent 0a72666 commit ec9f7f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
steps:
2828

2929
- name: Check out repository
30-
uses: actions/checkout@v2
30+
uses: actions/checkout@v4
3131

3232
- name: Install Rust
3333
uses: actions-rs/toolchain@v1

0 commit comments

Comments
 (0)