We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2a92956 + 1bd59a6 commit 8a0de53Copy full SHA for 8a0de53
1 file changed
.github/workflows/test.yml
@@ -18,7 +18,7 @@ jobs:
18
runs-on: ${{ matrix.os }}
19
steps:
20
- name: Checkout source code
21
- uses: actions/checkout@v2
+ uses: actions/checkout@v5
22
- name: Install rust toolchain
23
uses: actions-rs/toolchain@v1
24
with:
0 commit comments