Skip to content

Commit

Permalink
chore(deps): update dependency aquaproj/aqua to v2.39.1 (#1530)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 16, 2024
1 parent 00311b6 commit 234927a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/actionlint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
actionlint:
uses: suzuki-shunsuke/actionlint-workflow/.github/workflows/actionlint.yaml@932d2dbef166b2f6f7e11790954e8245289ffd0d # v1.2.1
with:
aqua_version: v2.39.0
aqua_version: v2.39.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 @@ -9,7 +9,7 @@ jobs:
with:
homebrew: true
go-version-file: go.mod
aqua_version: v2.39.0
aqua_version: v2.39.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 @@ -21,7 +21,7 @@ jobs:
cache: true
- uses: aquaproj/aqua-installer@f13c5d2f0357708d85477aabe50fd3f725528745 # v3.1.0
with:
aqua_version: v2.39.0
aqua_version: v2.39.1
env:
AQUA_GITHUB_TOKEN: ${{github.token}}
- run: golangci-lint run
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
test:
uses: suzuki-shunsuke/go-test-full-workflow/.github/workflows/test.yaml@029780ba7d07d599d59cd5aea8496f18c9b5447c # v1.1.2
with:
aqua_version: v2.39.0
aqua_version: v2.39.1
go-version-file: go.mod
golangci-lint-timeout: 120s
secrets:
Expand Down

0 comments on commit 234927a

Please sign in to comment.