Skip to content

Commit

Permalink
chore(deps): update dependency aquaproj/aqua to v2.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 17, 2023
1 parent 95b8d7b commit b5dab94
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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@b6a5f966d4504893b2aeb60cf2b0de8946e48504 # v0.5.0
with:
aqua_version: v2.3.5
aqua_version: v2.3.6
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.20.3
aqua_version: v2.3.5
aqua_version: v2.3.6
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@294926f94b4233f202a2f03875c604f840cfed70 # v2.1.1
with:
aqua_version: v2.3.5
aqua_version: v2.3.6
env:
AQUA_GITHUB_TOKEN: ${{github.token}}
- run: golangci-lint run
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
permissions:
contents: read
with:
aqua_version: v2.3.5
aqua_version: v2.3.6
prune: true
secrets:
gh_app_id: ${{secrets.APP_ID}}
Expand All @@ -45,7 +45,7 @@ jobs:
test:
uses: suzuki-shunsuke/go-test-workflow/.github/workflows/test.yaml@66610a63dfe5160d97e1b68bc53949ceed18e0db # v0.5.0
with:
aqua_version: v2.3.5
aqua_version: v2.3.6
go-version: 1.20.3
golangci-lint-timeout: 120s
permissions:
Expand All @@ -63,7 +63,7 @@ jobs:

- uses: aquaproj/aqua-installer@294926f94b4233f202a2f03875c604f840cfed70 # v2.1.1
with:
aqua_version: v2.3.5
aqua_version: v2.3.6

- name: dry run
run: bash scripts/test-dry-run.sh
Expand All @@ -86,7 +86,7 @@ jobs:
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
- uses: aquaproj/aqua-installer@294926f94b4233f202a2f03875c604f840cfed70 # v2.1.1
with:
aqua_version: v2.3.5
aqua_version: v2.3.6
env:
AQUA_GITHUB_TOKEN: ${{github.token}}
- run: ghalint run
Expand Down

0 comments on commit b5dab94

Please sign in to comment.