We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4e329e commit da16eb0Copy full SHA for da16eb0
action.yml
@@ -238,7 +238,7 @@ runs:
238
fi
239
240
- name: Cache Aqua
241
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
+ uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
242
with:
243
path: ~/.local/share/aquaproj-aqua
244
key: v2-aqua-installer-${{runner.os}}-${{runner.arch}}-${{hashFiles('aqua.yaml')}}
@@ -316,7 +316,7 @@ runs:
316
317
- name: Cache .terraform
318
id: cache
319
- uses: actions/cache@v4
+ uses: actions/cache@v5
320
if: ${{ fromJson(steps.atmos-settings.outputs.settings).github-actions-enabled || fromJson(steps.atmos-settings.outputs.settings).atmos-pro-enabled }}
321
322
path: |
0 commit comments