We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fa3e28a + ea6b284 commit e6a6760Copy full SHA for e6a6760
.github/workflows/tf-test.yaml
@@ -29,7 +29,7 @@ jobs:
29
- uses: actions/checkout@v4
30
31
- name: Aqua Cache
32
- uses: actions/[email protected].0
+ uses: actions/[email protected].2
33
if: ${{ !github.event.act }} # Don't enable the cache step if we're using act for testing
34
with:
35
path: ~/.local/share/aquaproj-aqua
@@ -38,7 +38,7 @@ jobs:
38
v1-aqua-installer-${{runner.os}}-${{runner.arch}}-
39
40
- name: Install Aqua
41
- uses: aquaproj/aqua-installer@f13c5d2f0357708d85477aabe50fd3f725528745 # v3.1.0
+ uses: aquaproj/aqua-installer@e2d0136abcf70b7a2f6f505720640750557c4b33 # v3.1.1
42
43
aqua_version: v2.41.0
44
0 commit comments