Skip to content

Commit 2998ea9

Browse files
committed
chore(deps): Update actions/cache to v5.0.4
1 parent 57a97c7 commit 2998ea9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ runs:
139139

140140
- name: Restore DB from cache
141141
if: ${{ inputs.cache == 'true' }}
142-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
142+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
143143
with:
144144
path: ${{ inputs.cache-dir }}
145145
key: cache-trivy-${{ steps.date.outputs.date }}

0 commit comments

Comments
 (0)