We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 124f223 commit dca8d91Copy full SHA for dca8d91
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