Skip to content

Commit

Permalink
Merge pull request #208 from aquaproj/chore-update-aqua
Browse files Browse the repository at this point in the history
chore: update aqua to v2.40.0
  • Loading branch information
suzuki-shunsuke authored Dec 25, 2024
2 parents 47e989e + dc0498f commit d9f2e21
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/actionlint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ on:
jobs:
actionlint:
# Lint GitHub Actions Workflows by actionlint.
uses: suzuki-shunsuke/actionlint-workflow/.github/workflows/actionlint.yaml@b6a5f966d4504893b2aeb60cf2b0de8946e48504 # v0.5.0
uses: suzuki-shunsuke/actionlint-workflow/.github/workflows/actionlint.yaml@932d2dbef166b2f6f7e11790954e8245289ffd0d # v1.2.1
with:
aqua_version: v2.3.6
aqua_version: v2.40.0
permissions:
pull-requests: write
contents: read
2 changes: 1 addition & 1 deletion .github/workflows/wc-update-aqua-checksums-renovate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: aquaproj/aqua-installer@294926f94b4233f202a2f03875c604f840cfed70 # v2.1.1
# Install ghcp
with:
aqua_version: v2.3.6
aqua_version: v2.40.0
env:
AQUA_GITHUB_TOKEN: ${{github.token}}
- uses: aquaproj/update-checksum-action@2fb7f676d407d4fb8c2c466c19d09d3ddec4f82f # v0.2.2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/wc-update-aqua-checksums.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ on:
jobs:
update-aqua-checksums:
# Update aqua-checksums.json and push a commit
uses: aquaproj/update-checksum-workflow/.github/workflows/update-checksum.yaml@c766f4606e9aedc9c5c864f7ee28aed25284a3cf # v0.1.4
uses: aquaproj/update-checksum-workflow/.github/workflows/update-checksum.yaml@8bce60cc4475128360bc32f00707abb874ca4a91 # v1.0.3
permissions:
contents: read
with:
aqua_version: v2.3.6
aqua_version: v2.40.0
prune: true
secrets:
gh_app_id: ${{secrets.gh_app_id}}
Expand Down

0 comments on commit d9f2e21

Please sign in to comment.