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 0c0e7dd commit 4b43042Copy full SHA for 4b43042
.github/workflows/ci.yml
@@ -15,8 +15,8 @@ jobs:
15
runs-on: ubuntu-latest
16
timeout-minutes: 60
17
steps:
18
- - uses: actions/checkout@v3
19
- - uses: actions/cache@v3
+ - uses: actions/checkout@v4
+ - uses: actions/cache@v4
20
with:
21
path: |
22
~/.cargo/bin/
@@ -38,8 +38,8 @@ jobs:
38
clippy:
39
40
41
42
43
44
# cache the build files! see: https://github.com/actions/cache
45
@@ -61,8 +61,8 @@ jobs:
61
rustfmt:
62
63
64
65
66
67
68
0 commit comments