We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b452ac1 + 81af7c6 commit 3792a0eCopy full SHA for 3792a0e
2 files changed
.github/workflows/build-lint-test.yml
@@ -12,7 +12,7 @@ jobs:
12
13
steps:
14
- name: Checkout code
15
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
16
with:
17
fetch-depth: 0
18
.github/workflows/release.yml
@@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
- name: Checkout repository
19
20
21
- name: Install Rust toolchain
0 commit comments