Skip to content

Commit

Permalink
Merge pull request #400 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.2.1
  • Loading branch information
aquaproj-aqua[bot] authored Mar 26, 2023
2 parents 7dc8ca1 + efc55bf commit c8510f6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/actionlint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
- uses: aquaproj/aqua-installer@61e2563dfe7674cbf74fe6ec212e444198a3bb00 # v2.0.2
with:
aqua_version: v2.2.0
aqua_version: v2.2.1
env:
GITHUB_TOKEN: ${{ github.token }}
- run: actionlint -ignore 'Useless cat'
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
contents: read # To checkout private repository
uses: aquaproj/update-checksum-workflow/.github/workflows/update-checksum.yaml@c766f4606e9aedc9c5c864f7ee28aed25284a3cf # v0.1.4
with:
aqua_version: v2.2.0
aqua_version: v2.2.1
prune: true
secrets:
gh_app_id: ${{secrets.APP_ID}}
Expand All @@ -92,7 +92,7 @@ jobs:
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
- uses: aquaproj/aqua-installer@61e2563dfe7674cbf74fe6ec212e444198a3bb00 # v2.0.2
with:
aqua_version: v2.2.0
aqua_version: v2.2.1
env:
AQUA_GITHUB_TOKEN: ${{github.token}}
- run: ghalint run
Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
- uses: ./
with:
aqua_version: v2.2.0
aqua_version: v2.2.1
working_directory: tests
env:
GITHUB_TOKEN: ${{ github.token }}
Expand All @@ -140,7 +140,7 @@ jobs:
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
- uses: ./
with:
aqua_version: v2.2.0
aqua_version: v2.2.1
working_directory: tests
env:
GITHUB_TOKEN: ${{ github.token }}
Expand All @@ -157,7 +157,7 @@ jobs:
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
- uses: ./
with:
aqua_version: v2.2.0
aqua_version: v2.2.1
- run: command -v aqua
shell: bash
- run: aqua -v
Expand All @@ -183,7 +183,7 @@ jobs:
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
- uses: ./
with:
aqua_version: v2.2.0
aqua_version: v2.2.1
working_directory: tests

- run: command -v aqua
Expand Down

0 comments on commit c8510f6

Please sign in to comment.