Skip to content

Commit

Permalink
chore(deps): update dependency aquaproj/aqua to v2.16.4 (#543)
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 Nov 3, 2023
1 parent 5c9d309 commit 40fd2dc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: aquaproj/aqua-installer@36dc5833b04eb63f06e3bb818aa6b7a6e6db99a9 # v2.1.2
with:
aqua_version: v2.16.3
aqua_version: v2.16.4
env:
GITHUB_TOKEN: ${{ github.token }}
- run: actionlint -ignore 'Useless cat'
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
contents: read # To checkout private repository
uses: aquaproj/update-checksum-workflow/.github/workflows/update-checksum.yaml@9ccbd9ade4e8b92b0dd5757cacf6cd3ebcf7d876 # v0.1.8
with:
aqua_version: v2.16.3
aqua_version: v2.16.4
prune: true
secrets:
gh_app_id: ${{secrets.APP_ID}}
Expand All @@ -90,7 +90,7 @@ jobs:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: aquaproj/aqua-installer@36dc5833b04eb63f06e3bb818aa6b7a6e6db99a9 # v2.1.2
with:
aqua_version: v2.16.3
aqua_version: v2.16.4
env:
AQUA_GITHUB_TOKEN: ${{github.token}}
- run: ghalint run
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: ./
with:
aqua_version: v2.16.3
aqua_version: v2.16.4
working_directory: tests
env:
GITHUB_TOKEN: ${{ github.token }}
Expand All @@ -140,7 +140,7 @@ jobs:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: ./
with:
aqua_version: v2.16.3
aqua_version: v2.16.4
working_directory: tests
env:
GITHUB_TOKEN: ${{ github.token }}
Expand All @@ -157,7 +157,7 @@ jobs:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: ./
with:
aqua_version: v2.16.3
aqua_version: v2.16.4
working_directory: tests
env:
GITHUB_TOKEN: ${{ github.token }}
Expand All @@ -174,7 +174,7 @@ jobs:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: ./
with:
aqua_version: v2.16.3
aqua_version: v2.16.4
- run: command -v aqua
shell: bash
- run: aqua -v
Expand All @@ -200,7 +200,7 @@ jobs:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: ./
with:
aqua_version: v2.16.3
aqua_version: v2.16.4
working_directory: tests

- run: command -v aqua
Expand Down

0 comments on commit 40fd2dc

Please sign in to comment.