Skip to content

Commit 1de7fea

Browse files
Merge pull request #714 from suzuki-shunsuke/renovate/aquaproj-aqua-2.x
chore(deps): update dependency aquaproj/aqua to v2.2.1
2 parents 01378bd + 9ba0b1c commit 1de7fea

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@6196583ab88cd36f36f7260fca4e8e4b2c4c9b66 # v0.4.1
1414
with:
15-
aqua_version: v2.2.0
15+
aqua_version: v2.2.1
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.2.0
12+
aqua_version: v2.2.1
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@61e2563dfe7674cbf74fe6ec212e444198a3bb00 # v2.0.2
2222
with:
23-
aqua_version: v2.2.0
23+
aqua_version: v2.2.1
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@77f6b0d921e9f97d9192013ef265ef4f2c8f6bb7 # v0.1.4
1111
with:
12-
aqua_version: v2.2.0
12+
aqua_version: v2.2.1
1313
go-version: 1.20.1
1414
secrets:
1515
gh_app_id: ${{secrets.APP_ID}}

0 commit comments

Comments
 (0)