We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 78d7ebb + 9f7c586 commit c959b62Copy full SHA for c959b62
.github/workflows/ci.yaml
@@ -32,7 +32,7 @@ jobs:
32
separator: "/"
33
- run: sudo chown root /bin/tar && sudo chmod u+s /bin/tar
34
if: ${{ steps.split.outputs._0 == 'ubuntu' }}
35
- - uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
+ - uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
36
with:
37
path: /home/runner/.cache/image-create
38
key: ${{ steps.split.outputs._0 }}-${{ steps.split.outputs._1 }}-${{ matrix.version }}-${{ github.head_ref || github.ref_name }}
0 commit comments