Skip to content

Commit 0affd75

Browse files
chore(deps): update actions/cache action to v5.0.3
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7aaf561 commit 0affd75

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
@@ -38,7 +38,7 @@ jobs:
3838
separator: "/"
3939
- run: sudo chown root /bin/tar && sudo chmod u+s /bin/tar
4040
if: ${{ steps.split.outputs._2 == 'ubuntu-minimal' }}
41-
- uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
41+
- uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
4242
with:
4343
path: /home/runner/.cache/image-create
4444
key: ${{ steps.split.outputs._2 }}-${{ steps.split.outputs._3 }}-${{ matrix.version }}-${{ github.head_ref || github.ref_name }}

0 commit comments

Comments
 (0)