Skip to content

Commit

Permalink
chore(deps): update dependency aquaproj/aqua to v2.29.1 (#773)
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 Jul 14, 2024
1 parent 377d4e6 commit 73bd340
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.29.0
aqua_version: v2.29.1
permissions:
pull-requests: write
contents: read
Expand All @@ -29,7 +29,7 @@ jobs:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: aquaproj/aqua-installer@6ce1f8848ec8e61f14d57bd5d7597057a6dd187c # v3.0.1
with:
aqua_version: v2.29.0
aqua_version: v2.29.1
- 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@c6100a0208cfcd46f2cf6c2761c2ba329dbf2850 # v1.0.2
with:
go-version: 1.22.5
aqua_version: v2.29.0
aqua_version: v2.29.1
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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: aquaproj/aqua-installer@6ce1f8848ec8e61f14d57bd5d7597057a6dd187c # v3.0.1
with:
aqua_version: v2.29.0
aqua_version: v2.29.1
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@75c72cdc372a43dd1b1ad0458748f5d6bfeac7b9 # v1.0.1
with:
aqua_version: v2.29.0
aqua_version: v2.29.1
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@3191fc67e2aa6426e4bccd25be69b9d80b47a007 # v1.0.1
with:
aqua_version: v2.29.0
aqua_version: v2.29.1
go-version: 1.22.5
permissions:
pull-requests: write
Expand Down

0 comments on commit 73bd340

Please sign in to comment.