We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d831d55 commit 4a2cc59Copy full SHA for 4a2cc59
.github/actions/install-deps/action.yaml
@@ -16,7 +16,7 @@ runs:
16
# Root path permission workaround for caching https://github.com/actions/cache/issues/845#issuecomment-1252594999
17
- run: sudo chown "$USER" /usr/local
18
shell: bash
19
- - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
+ - uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
20
id: cache-toolchain
21
with:
22
path: |
0 commit comments