Skip to content

Commit

Permalink
chore(deps): update dependency aquaproj/aqua to v2.38.3 (#967)
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 5, 2024
1 parent dcacca9 commit d47b5b1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/actionlint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
if: |
! github.event.pull_request.head.repo.fork
with:
aqua_version: v2.38.2
aqua_version: v2.38.3
permissions:
pull-requests: write
contents: read
Expand All @@ -29,7 +29,7 @@ jobs:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: aquaproj/aqua-installer@f13c5d2f0357708d85477aabe50fd3f725528745 # v3.1.0
with:
aqua_version: v2.38.2
aqua_version: v2.38.3
- run: actionlint
env:
GITHUB_TOKEN: ${{github.token}}
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
uses: suzuki-shunsuke/go-release-workflow/.github/workflows/release.yaml@7f97a226912ee2978126019b1e95311d7d15c97a # v2.0.0
with:
go-version-file: go.mod
aqua_version: v2.38.2
aqua_version: v2.38.3
secrets:
gh_app_id: ${{secrets.APP_ID}}
gh_app_private_key: ${{secrets.APP_PRIVATE_KEY}}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: aquaproj/aqua-installer@f13c5d2f0357708d85477aabe50fd3f725528745 # v3.1.0
with:
aqua_version: v2.38.2
aqua_version: v2.38.3
env:
AQUA_GITHUB_TOKEN: ${{github.token}}
- run: ghalint run
Expand All @@ -56,7 +56,7 @@ jobs:
needs.path-filter.outputs.update-aqua-checksums == 'true'
uses: aquaproj/update-checksum-workflow/.github/workflows/update-checksum.yaml@8bce60cc4475128360bc32f00707abb874ca4a91 # v1.0.3
with:
aqua_version: v2.38.2
aqua_version: v2.38.3
prune: true
secrets:
gh_app_id: ${{secrets.APP_ID}}
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
test:
uses: suzuki-shunsuke/go-test-workflow/.github/workflows/test.yaml@6861ea245ad10752afcba66cb71f28cf5c46ce49 # v1.1.0
with:
aqua_version: v2.38.2
aqua_version: v2.38.3
go-version-file: go.mod
permissions:
pull-requests: write
Expand Down

0 comments on commit d47b5b1

Please sign in to comment.