Skip to content

Commit

Permalink
chore(deps): update dependency aquaproj/aqua to v2.29.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 14, 2024
1 parent e6b1f78 commit e966277
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/actionlint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
actionlint:
uses: suzuki-shunsuke/actionlint-workflow/.github/workflows/actionlint.yaml@813a6d08c08cfd7a08618a89a59bfe78e573597c # v1.0.1
with:
aqua_version: v2.29.0
aqua_version: v2.29.1
aqua_policy_allow: true
permissions:
pull-requests: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
homebrew: true
go-version: 1.22.5
aqua_policy_allow: true
aqua_version: v2.29.0
aqua_version: v2.29.1
app_token_repositories: >-
[
"${{github.event.repository.name}}",
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wc-go-mod-tidy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
uses: suzuki-shunsuke/go-mod-tidy-workflow/.github/workflows/go-mod-tidy.yaml@6795635605311526bdd23dbe7f96e6f4a33f7fd7 # v1.0.1
with:
go-version: 1.22.5
aqua_version: v2.29.0
aqua_version: v2.29.1
secrets:
gh_app_id: ${{secrets.gh_app_id}}
gh_app_private_key: ${{secrets.gh_app_private_key}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wc-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
cache: true
- uses: aquaproj/aqua-installer@6ce1f8848ec8e61f14d57bd5d7597057a6dd187c # v3.0.1
with:
aqua_version: v2.29.0
aqua_version: v2.29.1
- run: golangci-lint run --timeout 120s
env:
AQUA_GITHUB_TOKEN: ${{github.token}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wc-update-aqua-checksums.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
permissions:
contents: read
with:
aqua_version: v2.29.0
aqua_version: v2.29.1
prune: true
secrets:
gh_app_id: ${{secrets.gh_app_id}}
Expand Down

0 comments on commit e966277

Please sign in to comment.