Skip to content

Commit 46e8171

Browse files
Merge pull request #696 from suzuki-shunsuke/renovate/aquaproj-aqua-1.x
chore(deps): update dependency aquaproj/aqua to v1.36.1
2 parents 55ec8c6 + be7ef2f commit 46e8171

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: v1.36.0
15+
aqua_version: v1.36.1
1616
aqua_policy_config: aqua-policy.yaml
1717
permissions:
1818
pull-requests: write

.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: v1.36.0
12+
aqua_version: v1.36.1
1313
aqua_policy_config: aqua-policy.yaml
1414
secrets:
1515
gh_app_id: ${{secrets.APP_ID}}

.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: v1.36.0
23+
aqua_version: v1.36.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
@@ -10,7 +10,7 @@ jobs:
1010
uses: suzuki-shunsuke/go-test-full-workflow/.github/workflows/test.yaml@0b7604aaf8c1b30f7b9cd2d79687daf39856b3f8 # v0.1.3
1111
with:
1212
aqua_policy_config: aqua-policy.yaml
13-
aqua_version: v1.36.0
13+
aqua_version: v1.36.1
1414
go-version: 1.20.1
1515
secrets:
1616
gh_app_id: ${{secrets.APP_ID}}

0 commit comments

Comments
 (0)