Skip to content

Commit da16eb0

Browse files
chore(deps): update actions/cache action to v5
1 parent d4e329e commit da16eb0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ runs:
238238
fi
239239
240240
- name: Cache Aqua
241-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
241+
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
242242
with:
243243
path: ~/.local/share/aquaproj-aqua
244244
key: v2-aqua-installer-${{runner.os}}-${{runner.arch}}-${{hashFiles('aqua.yaml')}}
@@ -316,7 +316,7 @@ runs:
316316
317317
- name: Cache .terraform
318318
id: cache
319-
uses: actions/cache@v4
319+
uses: actions/cache@v5
320320
if: ${{ fromJson(steps.atmos-settings.outputs.settings).github-actions-enabled || fromJson(steps.atmos-settings.outputs.settings).atmos-pro-enabled }}
321321
with:
322322
path: |

0 commit comments

Comments
 (0)