Skip to content

Commit

Permalink
chore(deps): update dependency aquaproj/aqua to v2.23.0 (#586)
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 Feb 1, 2024
1 parent c677e07 commit 2a6d13e
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@7c7338067bdb97d5bea2acc82b5870afca470d18 # v2.3.0
with:
aqua_version: v2.22.0
aqua_version: v2.23.0
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@3598c506108a2e0e9e31a0c6ef9c202c77049420 # v0.1.9
with:
aqua_version: v2.22.0
aqua_version: v2.23.0
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@7c7338067bdb97d5bea2acc82b5870afca470d18 # v2.3.0
with:
aqua_version: v2.22.0
aqua_version: v2.23.0
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.22.0
aqua_version: v2.23.0
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.22.0
aqua_version: v2.23.0
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.22.0
aqua_version: v2.23.0
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.22.0
aqua_version: v2.23.0
- 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.22.0
aqua_version: v2.23.0
working_directory: tests

- run: command -v aqua
Expand Down

0 comments on commit 2a6d13e

Please sign in to comment.