Skip to content

Commit

Permalink
chore(deps): update dependency aquaproj/aqua to v2.39.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 14, 2024
1 parent 5efde5d commit c34e293
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@932d2dbef166b2f6f7e11790954e8245289ffd0d # v1.2.1
with:
aqua_version: v2.38.4
aqua_version: v2.39.0
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-file: go.mod
aqua_version: v2.38.4
aqua_version: v2.39.0
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:
go-version-file: go.mod
- uses: aquaproj/aqua-installer@f13c5d2f0357708d85477aabe50fd3f725528745 # v3.1.0
with:
aqua_version: v2.38.4
aqua_version: v2.39.0
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 @@ -42,7 +42,7 @@ jobs:
permissions:
contents: read
with:
aqua_version: v2.38.4
aqua_version: v2.39.0
prune: true
secrets:
gh_app_id: ${{secrets.APP_ID}}
Expand All @@ -51,7 +51,7 @@ jobs:
test:
uses: suzuki-shunsuke/go-test-workflow/.github/workflows/test.yaml@6861ea245ad10752afcba66cb71f28cf5c46ce49 # v1.1.0
with:
aqua_version: v2.38.4
aqua_version: v2.39.0
go-version-file: go.mod
golangci-lint-timeout: 120s
permissions:
Expand All @@ -64,7 +64,7 @@ jobs:
if: needs.path-filter.outputs.go-mod-tidy == 'true'
with:
go-version-file: go.mod
aqua_version: v2.38.4
aqua_version: v2.39.0
secrets:
gh_app_id: ${{secrets.APP_ID}}
gh_app_private_key: ${{secrets.APP_PRIVATE_KEY}}
Expand All @@ -83,7 +83,7 @@ jobs:

- uses: aquaproj/aqua-installer@f13c5d2f0357708d85477aabe50fd3f725528745 # v3.1.0
with:
aqua_version: v2.38.4
aqua_version: v2.39.0

- name: dry run
run: bash scripts/test-dry-run.sh
Expand All @@ -107,7 +107,7 @@ jobs:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: aquaproj/aqua-installer@f13c5d2f0357708d85477aabe50fd3f725528745 # v3.1.0
with:
aqua_version: v2.38.4
aqua_version: v2.39.0
env:
AQUA_GITHUB_TOKEN: ${{github.token}}
- run: ghalint run
Expand Down

0 comments on commit c34e293

Please sign in to comment.