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.
1 parent 433d4a9 commit 04d170cCopy full SHA for 04d170c
.github/workflows/ci.yml
@@ -156,7 +156,7 @@ jobs:
156
run: echo "::set-output name=date::`date -u +'%Y-%m-%dT%H:%M:%SZ'`"
157
- name: ccache
158
id: ccache
159
- uses: actions/cache@c3f1317a9e7b1ef106c153ac8c0f00fed3ddbc0d # v3.0.4
+ uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
160
with:
161
path: /tmp/ccache
162
key: ${{github.job}}-${{matrix.nametag}}-${{steps.ccache_cache_keys.outputs.date}}
0 commit comments