Skip to content

Commit 04d170c

Browse files
committed
ci: Update cache action to modern version (#1953)
Signed-off-by: Larry Gritz <[email protected]>
1 parent 433d4a9 commit 04d170c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ jobs:
156156
run: echo "::set-output name=date::`date -u +'%Y-%m-%dT%H:%M:%SZ'`"
157157
- name: ccache
158158
id: ccache
159-
uses: actions/cache@c3f1317a9e7b1ef106c153ac8c0f00fed3ddbc0d # v3.0.4
159+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
160160
with:
161161
path: /tmp/ccache
162162
key: ${{github.job}}-${{matrix.nametag}}-${{steps.ccache_cache_keys.outputs.date}}

0 commit comments

Comments
 (0)