Skip to content

Commit

Permalink
chore: update aqua to v2.21.0 (#17691)
Browse files Browse the repository at this point in the history
  • Loading branch information
suzuki-shunsuke authored Nov 27, 2023
1 parent 2d2bf66 commit d1b9934
Show file tree
Hide file tree
Showing 6 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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: aquaproj/aqua-installer@928a2ee4243a9ee8312d80dc8cbaca88fb602a91 # v2.2.0
with:
aqua_version: v2.21.0-1
aqua_version: v2.21.0
policy_allow: "true"
- run: actionlint -ignore "duplicate value"
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: aquaproj/aqua-installer@928a2ee4243a9ee8312d80dc8cbaca88fb602a91 # v2.2.0
with:
aqua_version: v2.21.0-1
aqua_version: v2.21.0
policy_allow: "true"
env:
AQUA_GITHUB_TOKEN: ${{github.token}}
Expand Down Expand Up @@ -167,7 +167,7 @@ jobs:

- uses: aquaproj/aqua-installer@928a2ee4243a9ee8312d80dc8cbaca88fb602a91 # v2.2.0
with:
aqua_version: v2.21.0-1
aqua_version: v2.21.0
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 @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: aquaproj/aqua-installer@928a2ee4243a9ee8312d80dc8cbaca88fb602a91 # v2.2.0
with:
aqua_version: v2.21.0-1
aqua_version: v2.21.0
policy_allow: "true"
aqua_opts: -l -a
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wc-generate-registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ jobs:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: aquaproj/aqua-installer@928a2ee4243a9ee8312d80dc8cbaca88fb602a91 # v2.2.0
with:
aqua_version: v2.21.0-1
aqua_version: v2.21.0
policy_allow: "true"
- uses: aquaproj/registry-action/generate-registry@dff21577b6ec277b2645a7a40db12eeb15b4c581 # v0.2.0
2 changes: 1 addition & 1 deletion .github/workflows/wc-test-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: aquaproj/aqua-installer@928a2ee4243a9ee8312d80dc8cbaca88fb602a91 # v2.2.0
with:
aqua_version: v2.21.0-1
aqua_version: v2.21.0
policy_allow: "true"
env:
AQUA_GITHUB_TOKEN: ${{github.token}}
Expand Down
2 changes: 1 addition & 1 deletion renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"github>aquaproj/aqua-renovate-config#1.13.0",
"github>suzuki-shunsuke/renovate-config:nolimit#2.2.0",
"github>aquaproj/aqua-renovate-config:file#1.13.0(CONTRIBUTING\\.md)",
"github>aquaproj/aqua-renovate-config:installer-script#1.13.0(Dockerfile)",
"github>aquaproj/aqua-renovate-config:installer-script#1.13.0(docker/Dockerfile)",
"github>suzuki-shunsuke/renovate-config:action-go-version#2.2.0",
],
regexManagers: [
Expand Down

0 comments on commit d1b9934

Please sign in to comment.