Skip to content

Commit

Permalink
chore(deps): update dependency aquaproj/aqua to v2.21.3 (#576)
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 Dec 19, 2023
1 parent 6a99c56 commit f058c3d
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@928a2ee4243a9ee8312d80dc8cbaca88fb602a91 # v2.2.0
with:
aqua_version: v2.21.2
aqua_version: v2.21.3
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.21.2
aqua_version: v2.21.3
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@928a2ee4243a9ee8312d80dc8cbaca88fb602a91 # v2.2.0
with:
aqua_version: v2.21.2
aqua_version: v2.21.3
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.21.2
aqua_version: v2.21.3
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.21.2
aqua_version: v2.21.3
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.21.2
aqua_version: v2.21.3
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.21.2
aqua_version: v2.21.3
- 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.21.2
aqua_version: v2.21.3
working_directory: tests

- run: command -v aqua
Expand Down

0 comments on commit f058c3d

Please sign in to comment.