Skip to content

Commit

Permalink
Merge pull request #11361 from aquaproj/chore/update-aqua-installer-211
Browse files Browse the repository at this point in the history
chore: update aqua to v2.3.1 and aqua-installer to v2.1.1
  • Loading branch information
suzuki-shunsuke committed Apr 9, 2023
2 parents 7f0622f + b08eed0 commit f7308ab
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/actionlint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
- uses: aquaproj/aqua-installer@c0a879a13120ec4d55cadc8fc606ff296cd60b91 # v2.0.3-1
- uses: aquaproj/aqua-installer@294926f94b4233f202a2f03875c604f840cfed70 # v2.1.1
with:
aqua_version: v2.3.0-7
aqua_version: v2.3.1
policy_allow: "true"
- run: actionlint -ignore "duplicate value"
16 changes: 8 additions & 8 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,9 @@ jobs:
if: ${{needs.path-filter.outputs.generate-registry == 'true'}}
steps:
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
- uses: aquaproj/aqua-installer@c0a879a13120ec4d55cadc8fc606ff296cd60b91 # v2.0.3-1
- uses: aquaproj/aqua-installer@294926f94b4233f202a2f03875c604f840cfed70 # v2.1.1
with:
aqua_version: v2.3.0-7
aqua_version: v2.3.1
policy_allow: "true"
- uses: aquaproj/registry-action/generate-registry@39773065a44549758440b90a9e25f713c7e1db34 # tag=v0.1.4

Expand All @@ -125,9 +125,9 @@ jobs:
if: ${{needs.path-filter.outputs.test-earthly == 'true'}}
steps:
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
- uses: aquaproj/aqua-installer@c0a879a13120ec4d55cadc8fc606ff296cd60b91 # v2.0.3-1
- uses: aquaproj/aqua-installer@294926f94b4233f202a2f03875c604f840cfed70 # v2.1.1
with:
aqua_version: v2.3.0-7
aqua_version: v2.3.1
policy_allow: "true"
env:
AQUA_GITHUB_TOKEN: ${{github.token}}
Expand All @@ -139,9 +139,9 @@ jobs:
AQUA_CONFIG: aqua/ci-info.yaml
steps:
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
- uses: aquaproj/aqua-installer@c0a879a13120ec4d55cadc8fc606ff296cd60b91 # v2.0.3-1
- uses: aquaproj/aqua-installer@294926f94b4233f202a2f03875c604f840cfed70 # v2.1.1
with:
aqua_version: v2.3.0-7
aqua_version: v2.3.1
policy_allow: "true"
env:
AQUA_GITHUB_TOKEN: ${{github.token}}
Expand Down Expand Up @@ -183,9 +183,9 @@ jobs:
# app_id: ${{ secrets.APP_ID }}
# private_key: ${{ secrets.APP_PRIVATE_KEY }}

- uses: aquaproj/aqua-installer@c0a879a13120ec4d55cadc8fc606ff296cd60b91 # v2.0.3-1
- uses: aquaproj/aqua-installer@294926f94b4233f202a2f03875c604f840cfed70 # v2.1.1
with:
aqua_version: v2.3.0-7
aqua_version: v2.3.1
policy_allow: "true"
env:
AQUA_GITHUB_TOKEN: ${{github.token}}
Expand Down

0 comments on commit f7308ab

Please sign in to comment.