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.
actions/cache
1 parent d962002 commit 6d41f7bCopy full SHA for 6d41f7b
.github/workflows/ci-cd.yml
@@ -25,7 +25,7 @@ jobs:
25
components: clippy, rustfmt
26
27
- name: ♻️ Manage Cache
28
- uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
+ uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
29
with:
30
path: |
31
~/.cargo/
@@ -89,7 +89,7 @@ jobs:
89
run: echo "$ANDROID_NDK/toolchains/llvm/prebuilt/linux-x86_64/bin" >> $GITHUB_PATH
90
91
- name: ♻️ Manage Build Cache
92
93
94
95
0 commit comments