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 a0db945 commit 213ae54Copy full SHA for 213ae54
action.yml
@@ -234,7 +234,7 @@ runs:
234
fi
235
236
- name: Cache Aqua
237
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
+ uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5.0.0
238
with:
239
path: ~/.local/share/aquaproj-aqua
240
key: v2-aqua-installer-${{runner.os}}-${{runner.arch}}-${{hashFiles('aqua.yaml')}}
@@ -312,7 +312,7 @@ runs:
312
313
- name: Cache .terraform
314
id: cache
315
- uses: actions/cache@v4
+ uses: actions/cache@v5
316
if: ${{ fromJson(steps.atmos-settings.outputs.settings).github-actions-enabled || fromJson(steps.atmos-settings.outputs.settings).atmos-pro-enabled }}
317
318
path: |
0 commit comments