Skip to content

Commit a8313cb

Browse files
chore(deps): update dependency aquaproj/aqua to v2.42.2 (#1158)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8b22ec3 commit a8313cb

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

.github/workflows/actionlint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
actionlint:
1212
uses: suzuki-shunsuke/actionlint-workflow/.github/workflows/actionlint.yaml@932d2dbef166b2f6f7e11790954e8245289ffd0d # v1.2.1
1313
with:
14-
aqua_version: v2.42.1
14+
aqua_version: v2.42.2
1515
aqua_policy_allow: true
1616
permissions:
1717
pull-requests: write

.github/workflows/update-list.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- uses: aquaproj/aqua-installer@f13c5d2f0357708d85477aabe50fd3f725528745 # v3.1.0
3636
# Install ghcp
3737
with:
38-
aqua_version: v2.42.1
38+
aqua_version: v2.42.2
3939
env:
4040
AQUA_GITHUB_TOKEN: ${{github.token}}
4141
- run: ghcp -v

.github/workflows/wc-ghalint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
persist-credentials: false
1616
- uses: aquaproj/aqua-installer@f13c5d2f0357708d85477aabe50fd3f725528745 # v3.1.0
1717
with:
18-
aqua_version: v2.42.1
18+
aqua_version: v2.42.2
1919
env:
2020
AQUA_GITHUB_TOKEN: ${{github.token}}
2121
- run: ghalint run

.github/workflows/wc-go-mod-tidy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
uses: suzuki-shunsuke/go-mod-tidy-workflow/.github/workflows/go-mod-tidy.yaml@79af8ebcd2dea45c27303b09192be80f7a35a37a # v1.1.0
1313
with:
1414
go-version: 1.23.4
15-
aqua_version: v2.42.1
15+
aqua_version: v2.42.2
1616
secrets:
1717
gh_app_id: ${{secrets.gh_app_id}}
1818
gh_app_private_key: ${{secrets.gh_app_private_key}}

.github/workflows/wc-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
cache: true
1919
- uses: aquaproj/aqua-installer@f13c5d2f0357708d85477aabe50fd3f725528745 # v3.1.0
2020
with:
21-
aqua_version: v2.42.1
21+
aqua_version: v2.42.2
2222
env:
2323
AQUA_GITHUB_TOKEN: ${{github.token}}
2424
- run: golangci-lint run --timeout 120s

.github/workflows/wc-update-aqua-checksums.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
permissions:
1515
contents: read
1616
with:
17-
aqua_version: v2.42.1
17+
aqua_version: v2.42.2
1818
prune: true
1919
secrets:
2020
gh_app_id: ${{secrets.gh_app_id}}

.github/workflows/wc-update-readme.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- uses: aquaproj/aqua-installer@f13c5d2f0357708d85477aabe50fd3f725528745 # v3.1.0
3535
# Install ghcp
3636
with:
37-
aqua_version: v2.42.1
37+
aqua_version: v2.42.2
3838
env:
3939
AQUA_GITHUB_TOKEN: ${{github.token}}
4040
- run: ghcp -v

0 commit comments

Comments
 (0)