We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 975cff5 + 00b1c6b commit 87fca20Copy full SHA for 87fca20
.github/workflows/release.yml
@@ -100,7 +100,7 @@ jobs:
100
101
steps:
102
- name: Checkout repository
103
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
104
with:
105
fetch-depth: 1
106
.github/workflows/rust.yml
@@ -15,7 +15,7 @@ jobs:
15
runs-on: ubuntu-latest
16
17
18
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
19
- name: Cache
20
uses: actions/cache@v4
21
0 commit comments