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 ee57813 commit bb7b1e1Copy full SHA for bb7b1e1
.github/workflows/ci.yml
@@ -39,7 +39,7 @@ jobs:
39
components: clippy
40
41
- name: Cache cargo registry
42
- uses: actions/cache@v4
+ uses: actions/cache@v5
43
with:
44
path: |
45
~/.cargo/registry
@@ -65,7 +65,7 @@ jobs:
65
uses: dtolnay/rust-toolchain@stable
66
67
68
69
70
71
@@ -90,7 +90,7 @@ jobs:
90
91
92
93
94
95
96
0 commit comments