Skip to content

Commit

Permalink
chore(deps): update dependency aquaproj/aqua to v2.27.3 (#626)
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 Apr 24, 2024
1 parent bc11793 commit f70727b
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@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
- uses: aquaproj/aqua-installer@4551ec64e21bf0f557c2525135ff0bd2cba40ec7 # v3.0.0
with:
aqua_version: v2.27.2
aqua_version: v2.27.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 @@ -72,7 +72,7 @@ jobs:
contents: read # To checkout private repository
uses: aquaproj/update-checksum-workflow/.github/workflows/update-checksum.yaml@f367004e7f17e99d30297cd9e89afad30ee1f251 # v1.0.0
with:
aqua_version: v2.27.2
aqua_version: v2.27.3
prune: true
secrets:
gh_app_id: ${{secrets.APP_ID}}
Expand All @@ -97,7 +97,7 @@ jobs:
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
- uses: aquaproj/aqua-installer@4551ec64e21bf0f557c2525135ff0bd2cba40ec7 # v3.0.0
with:
aqua_version: v2.27.2
aqua_version: v2.27.3
env:
AQUA_GITHUB_TOKEN: ${{github.token}}
- run: ghalint run
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
- uses: ./
with:
aqua_version: v2.27.2
aqua_version: v2.27.3
working_directory: tests
env:
GITHUB_TOKEN: ${{ github.token }}
Expand All @@ -147,7 +147,7 @@ jobs:
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
- uses: ./
with:
aqua_version: v2.27.2
aqua_version: v2.27.3
working_directory: tests
env:
GITHUB_TOKEN: ${{ github.token }}
Expand All @@ -164,7 +164,7 @@ jobs:
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
- uses: ./
with:
aqua_version: v2.27.2
aqua_version: v2.27.3
working_directory: tests
env:
GITHUB_TOKEN: ${{ github.token }}
Expand All @@ -181,7 +181,7 @@ jobs:
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
- uses: ./
with:
aqua_version: v2.27.2
aqua_version: v2.27.3
- run: command -v aqua
shell: bash
- run: aqua -v
Expand All @@ -207,7 +207,7 @@ jobs:
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
- uses: ./
with:
aqua_version: v2.27.2
aqua_version: v2.27.3
working_directory: tests

- run: command -v aqua
Expand Down

0 comments on commit f70727b

Please sign in to comment.