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.
2 parents ee57813 + bb7b1e1 commit cd00bbfCopy full SHA for cd00bbf
.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