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 124f223 + dca8d91 commit f14cac4Copy full SHA for f14cac4
1 file changed
.github/workflows/ci.yml
@@ -58,7 +58,7 @@ jobs:
58
components: clippy
59
60
- name: "Cache cargo registry"
61
- uses: actions/cache@v4
+ uses: actions/cache@v5
62
with:
63
path: |
64
~/.cargo/registry
@@ -83,7 +83,7 @@ jobs:
83
uses: dtolnay/rust-toolchain@stable
84
85
86
87
88
89
@@ -108,7 +108,7 @@ jobs:
108
109
110
111
112
113
114
@@ -133,7 +133,7 @@ jobs:
133
134
135
136
137
138
139
0 commit comments