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 d71acba commit 076adefCopy full SHA for 076adef
1 file changed
.github/workflows/ci.yaml
@@ -47,7 +47,7 @@ jobs:
47
separator: "/"
48
- run: sudo chown root /bin/tar && sudo chmod u+s /bin/tar
49
if: ${{ steps.split.outputs._2 == 'ubuntu-minimal' }}
50
- - uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0
+ - uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
51
with:
52
path: /home/runner/.cache/image-create
53
key: ${{ steps.split.outputs._2 }}-${{ steps.split.outputs._3 }}-${{ matrix.version }}-${{ github.head_ref || github.ref_name }}
0 commit comments