Skip to content

Commit

Permalink
chore(deps): update dependency aquaproj/aqua to v2.28.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 19, 2024
1 parent 652d5f5 commit 86775fa
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 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.28.0
aqua_version: v2.28.1
permissions:
pull-requests: write
contents: read
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
with:
homebrew: true
go-version: 1.22.3
aqua_version: v2.28.0
aqua_version: v2.28.1
secrets:
gh_app_id: ${{ secrets.APP_ID }}
gh_app_private_key: ${{ secrets.APP_PRIVATE_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-main.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.28.0
aqua_version: v2.28.1
env:
AQUA_GITHUB_TOKEN: ${{github.token}}
- run: golangci-lint run
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
permissions:
contents: read
with:
aqua_version: v2.28.0
aqua_version: v2.28.1
prune: true
secrets:
gh_app_id: ${{secrets.APP_ID}}
Expand All @@ -50,7 +50,7 @@ jobs:
test:
uses: suzuki-shunsuke/go-test-workflow/.github/workflows/test.yaml@3191fc67e2aa6426e4bccd25be69b9d80b47a007 # v1.0.1
with:
aqua_version: v2.28.0
aqua_version: v2.28.1
go-version: 1.22.3
golangci-lint-timeout: 120s
permissions:
Expand All @@ -63,7 +63,7 @@ jobs:
if: needs.path-filter.outputs.go-mod-tidy == 'true'
with:
go-version: 1.22.3
aqua_version: v2.28.0
aqua_version: v2.28.1
secrets:
gh_app_id: ${{secrets.APP_ID}}
gh_app_private_key: ${{secrets.APP_PRIVATE_KEY}}
Expand All @@ -81,7 +81,7 @@ jobs:

- uses: aquaproj/aqua-installer@6ce1f8848ec8e61f14d57bd5d7597057a6dd187c # v3.0.1
with:
aqua_version: v2.28.0
aqua_version: v2.28.1

- name: dry run
run: bash scripts/test-dry-run.sh
Expand All @@ -104,7 +104,7 @@ jobs:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- uses: aquaproj/aqua-installer@6ce1f8848ec8e61f14d57bd5d7597057a6dd187c # v3.0.1
with:
aqua_version: v2.28.0
aqua_version: v2.28.1
env:
AQUA_GITHUB_TOKEN: ${{github.token}}
- run: ghalint run
Expand Down

0 comments on commit 86775fa

Please sign in to comment.