We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0ec9d4f + 3a657a7 commit 99d052eCopy full SHA for 99d052e
2 files changed
.github/workflows/release.yml
@@ -100,7 +100,7 @@ jobs:
100
101
steps:
102
- name: Checkout repository
103
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
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@v4
+ - uses: actions/checkout@v5
19
- name: Cache
20
uses: actions/cache@v4
21
0 commit comments