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 290eb53Copy full SHA for 290eb53
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@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
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