Skip to content

Commit

Permalink
Merge pull request #394 from aquaproj/renovate/aquaproj-aqua-2.x
Browse files Browse the repository at this point in the history
chore(deps): update dependency aquaproj/aqua to v2.9.0
  • Loading branch information
aqua-update-checksum-push[bot] committed Jun 18, 2023
2 parents 38b1d9a + d3392ea commit 0602ccf
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 @@ -17,7 +17,7 @@ jobs:
! github.event.pull_request.head.repo.fork
with:
aqua_policy_config: aqua/policy.yaml
aqua_version: v2.8.0
aqua_version: v2.9.0
permissions:
pull-requests: write
contents: read
Expand All @@ -31,7 +31,7 @@ jobs:
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
- uses: aquaproj/aqua-installer@294926f94b4233f202a2f03875c604f840cfed70 # v2.1.1
with:
aqua_version: v2.8.0
aqua_version: v2.9.0
- 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 @@ -9,7 +9,7 @@ jobs:
with:
go-version: 1.20.1
aqua_policy_config: aqua/policy.yaml
aqua_version: v2.8.0
aqua_version: v2.9.0
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 @@ -43,7 +43,7 @@ jobs:
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
- uses: aquaproj/aqua-installer@294926f94b4233f202a2f03875c604f840cfed70 # v2.1.1
with:
aqua_version: v2.8.0
aqua_version: v2.9.0
env:
AQUA_GITHUB_TOKEN: ${{github.token}}
- run: ghalint run
Expand All @@ -70,7 +70,7 @@ jobs:
- uses: aquaproj/aqua-installer@294926f94b4233f202a2f03875c604f840cfed70 # v2.1.1
# Install ghcp
with:
aqua_version: v2.8.0
aqua_version: v2.9.0
env:
AQUA_GITHUB_TOKEN: ${{github.token}}
- uses: aquaproj/update-checksum-action@2fb7f676d407d4fb8c2c466c19d09d3ddec4f82f # v0.2.2
Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:
test:
uses: suzuki-shunsuke/go-test-workflow/.github/workflows/test.yaml@66610a63dfe5160d97e1b68bc53949ceed18e0db # v0.5.0
with:
aqua_version: v2.8.0
aqua_version: v2.9.0
aqua_policy_config: aqua/policy.yaml
go-version: 1.20.1
permissions:
Expand Down

0 comments on commit 0602ccf

Please sign in to comment.