Skip to content

Commit 16ad267

Browse files
authored
Merge pull request #367 from JohnTitor/checkout
Upgrade actions/checkout to v3
2 parents 0904427 + 2497136 commit 16ad267

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
name: Test
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v2
9+
- uses: actions/checkout@v3
1010
- name: Update rustup
1111
run: rustup self update
1212
- name: Install Rust

0 commit comments

Comments
 (0)