Skip to content

Commit a7af0ef

Browse files
committed
CI: update actions/cache to v3
1 parent 9a61214 commit a7af0ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
echo "::set-output name=timestamp::$(date -u -Iseconds)"
130130
131131
- name: Set up ccache
132-
uses: actions/cache@v2
132+
uses: actions/cache@v3
133133
with:
134134
path: .ccache
135135
key: ${{matrix.os}}-${{matrix.llvm}}-${{matrix.compiler}}-${{matrix.type}}-${{steps.env.outputs.timestamp}}

0 commit comments

Comments
 (0)