We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3d09c28 + 7090941 commit f424ffcCopy full SHA for f424ffc
.github/workflows/publish.yml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-latest
10
steps:
11
- name: Checkout code
12
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
13
- name: Setup Rust toolchain
14
uses: ./.github/actions/setup-rust
15
with:
.github/workflows/test.yml
@@ -15,7 +15,7 @@ jobs:
16
17
18
19
20
21
@@ -28,7 +28,7 @@ jobs:
28
coverage:
29
30
31
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
32
33
submodules: true
34
- name: Install stable toolchain
0 commit comments