Skip to content

Commit 0e72b31

Browse files
Update actions/cache action to v6
1 parent a7e2de2 commit 0e72b31

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
6565
- run: mkdir /tmp/trivy
6666
- name: Cache Trivy Cache
67-
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
67+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
6868
with:
6969
path: /tmp/trivy
7070
key: cache-trivy-${{ runner.environment }}-${{ runner.arch }}-${{ runner.os }}
@@ -179,7 +179,7 @@ jobs:
179179
steps:
180180
- run: mkdir /tmp/trivy
181181
- name: Cache Trivy Cache
182-
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
182+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
183183
with:
184184
path: /tmp/trivy
185185
key: cache-trivy-${{ runner.environment }}-${{ runner.arch }}-${{ runner.os }}
@@ -222,7 +222,7 @@ jobs:
222222
- run: docker pull aquasec/trivy:0.69.3
223223
- run: mkdir /tmp/trivy
224224
- name: Cache Trivy Cache
225-
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
225+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
226226
with:
227227
path: /tmp/trivy
228228
key: cache-trivy-${{ runner.environment }}-${{ runner.arch }}-${{ runner.os }}

0 commit comments

Comments
 (0)