Skip to content

Commit 2701527

Browse files
Merge pull request #732 from suzuki-shunsuke/renovate/aquaproj-aqua-2.x
chore(deps): update dependency aquaproj/aqua to v2.3.2
2 parents 0702ca2 + 63f92f8 commit 2701527

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/actionlint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
actionlint:
1313
uses: suzuki-shunsuke/actionlint-workflow/.github/workflows/actionlint.yaml@b6a5f966d4504893b2aeb60cf2b0de8946e48504 # v0.5.0
1414
with:
15-
aqua_version: v2.3.1
15+
aqua_version: v2.3.2
1616
permissions:
1717
pull-requests: write
1818
contents: read

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
with:
1010
homebrew: true
1111
go-version: 1.20.1
12-
aqua_version: v2.3.1
12+
aqua_version: v2.3.2
1313
secrets:
1414
gh_app_id: ${{secrets.APP_ID}}
1515
gh_app_private_key: ${{secrets.APP_PRIVATE_KEY}}

.github/workflows/test-main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
cache: true
2121
- uses: aquaproj/aqua-installer@294926f94b4233f202a2f03875c604f840cfed70 # v2.1.1
2222
with:
23-
aqua_version: v2.3.1
23+
aqua_version: v2.3.2
2424
env:
2525
AQUA_GITHUB_TOKEN: ${{github.token}}
2626
- run: golangci-lint run

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
test:
1010
uses: suzuki-shunsuke/go-test-full-workflow/.github/workflows/test.yaml@64d33d27b58e7f09775d308e76a9cc3e87e0c425 # v0.2.0
1111
with:
12-
aqua_version: v2.3.1
12+
aqua_version: v2.3.2
1313
go-version: 1.20.1
1414
secrets:
1515
gh_app_id: ${{secrets.APP_ID}}

0 commit comments

Comments
 (0)