Skip to content

Commit c959b62

Browse files
authored
Merge pull request #19 from vexxhost/renovate/actions-cache-4.x
chore(deps): update actions/cache action to v4.2.4
2 parents 78d7ebb + 9f7c586 commit c959b62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
separator: "/"
3333
- run: sudo chown root /bin/tar && sudo chmod u+s /bin/tar
3434
if: ${{ steps.split.outputs._0 == 'ubuntu' }}
35-
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
35+
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
3636
with:
3737
path: /home/runner/.cache/image-create
3838
key: ${{ steps.split.outputs._0 }}-${{ steps.split.outputs._1 }}-${{ matrix.version }}-${{ github.head_ref || github.ref_name }}

0 commit comments

Comments
 (0)