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.
1 parent 75552e4 commit a4c7700Copy full SHA for a4c7700
.github/workflows/release.yml
@@ -9,8 +9,8 @@ jobs:
9
win_build:
10
runs-on: windows-2022
11
steps:
12
- - uses: actions/checkout@v3
13
- - uses: actions/cache@v3
+ - uses: actions/checkout@v4
+ - uses: actions/cache@v4
14
with:
15
path: |
16
~/.cargo/bin/
@@ -32,8 +32,8 @@ jobs:
32
mac_build:
33
runs-on: macos-12
34
35
36
37
38
39
.github/workflows/test.yml
@@ -15,8 +15,8 @@ jobs:
runs-on: ubuntu-latest
17
18
19
20
21
22
0 commit comments