Skip to content

Commit

Permalink
chore: update aqua to v2.13.0-3
Browse files Browse the repository at this point in the history
  • Loading branch information
suzuki-shunsuke committed Oct 8, 2023
1 parent 1dbc236 commit e47d789
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/actionlint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
- uses: aquaproj/aqua-installer@36dc5833b04eb63f06e3bb818aa6b7a6e6db99a9 # v2.1.2
with:
aqua_version: v2.13.0-2
aqua_version: v2.13.0-3
policy_allow: "true"
- run: actionlint -ignore "duplicate value"
2 changes: 1 addition & 1 deletion .github/workflows/test-all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
private_key: ${{ secrets.APP_PRIVATE_KEY }}
- uses: aquaproj/aqua-installer@36dc5833b04eb63f06e3bb818aa6b7a6e6db99a9 # v2.1.2
with:
aqua_version: v2.13.0-2
aqua_version: v2.13.0-3
aqua_opts: ""
policy_allow: "true"
env:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
- uses: aquaproj/aqua-installer@36dc5833b04eb63f06e3bb818aa6b7a6e6db99a9 # v2.1.2
with:
aqua_version: v2.13.0-2
aqua_version: v2.13.0-3
policy_allow: "true"
- uses: aquaproj/registry-action/generate-registry@dff21577b6ec277b2645a7a40db12eeb15b4c581 # v0.2.0

Expand All @@ -127,7 +127,7 @@ jobs:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
- uses: aquaproj/aqua-installer@36dc5833b04eb63f06e3bb818aa6b7a6e6db99a9 # v2.1.2
with:
aqua_version: v2.13.0-2
aqua_version: v2.13.0-3
policy_allow: "true"
env:
AQUA_GITHUB_TOKEN: ${{github.token}}
Expand All @@ -141,7 +141,7 @@ jobs:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
- uses: aquaproj/aqua-installer@36dc5833b04eb63f06e3bb818aa6b7a6e6db99a9 # v2.1.2
with:
aqua_version: v2.13.0-2
aqua_version: v2.13.0-3
policy_allow: "true"
env:
AQUA_GITHUB_TOKEN: ${{github.token}}
Expand Down Expand Up @@ -184,7 +184,7 @@ jobs:

- uses: aquaproj/aqua-installer@36dc5833b04eb63f06e3bb818aa6b7a6e6db99a9 # v2.1.2
with:
aqua_version: v2.13.0-2
aqua_version: v2.13.0-3
policy_allow: "true"
env:
AQUA_GITHUB_TOKEN: ${{github.token}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
- uses: aquaproj/aqua-installer@36dc5833b04eb63f06e3bb818aa6b7a6e6db99a9 # v2.1.2
with:
aqua_version: v2.13.0-2
aqua_version: v2.13.0-3
policy_allow: "true"
aqua_opts: -l -a
env:
Expand Down

0 comments on commit e47d789

Please sign in to comment.