We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7aaf561 + 0affd75 commit f9c7166Copy full SHA for f9c7166
.github/workflows/ci.yaml
@@ -38,7 +38,7 @@ jobs:
38
separator: "/"
39
- run: sudo chown root /bin/tar && sudo chmod u+s /bin/tar
40
if: ${{ steps.split.outputs._2 == 'ubuntu-minimal' }}
41
- - uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
+ - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
42
with:
43
path: /home/runner/.cache/image-create
44
key: ${{ steps.split.outputs._2 }}-${{ steps.split.outputs._3 }}-${{ matrix.version }}-${{ github.head_ref || github.ref_name }}
0 commit comments