Skip to content

Commit

Permalink
chore(deps): update dependency aquaproj/aqua to v2.25.1 (#612)
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 Mar 22, 2024
1 parent 5708b5a commit 4f69912
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@fd2089d1f56724d6456f24d58605e6964deae124 # v2.3.2
with:
aqua_version: v2.25.0
aqua_version: v2.25.1
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 @@ -75,7 +75,7 @@ jobs:
contents: read # To checkout private repository
uses: aquaproj/update-checksum-workflow/.github/workflows/update-checksum.yaml@6b620c8ceb97e4ae8f256ea24056edc4d2524bd3 # v0.1.10
with:
aqua_version: v2.25.0
aqua_version: v2.25.1
prune: true
secrets:
gh_app_id: ${{secrets.APP_ID}}
Expand All @@ -100,7 +100,7 @@ jobs:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: aquaproj/aqua-installer@fd2089d1f56724d6456f24d58605e6964deae124 # v2.3.2
with:
aqua_version: v2.25.0
aqua_version: v2.25.1
env:
AQUA_GITHUB_TOKEN: ${{github.token}}
- run: ghalint run
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: ./
with:
aqua_version: v2.25.0
aqua_version: v2.25.1
working_directory: tests
env:
GITHUB_TOKEN: ${{ github.token }}
Expand All @@ -150,7 +150,7 @@ jobs:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: ./
with:
aqua_version: v2.25.0
aqua_version: v2.25.1
working_directory: tests
env:
GITHUB_TOKEN: ${{ github.token }}
Expand All @@ -167,7 +167,7 @@ jobs:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: ./
with:
aqua_version: v2.25.0
aqua_version: v2.25.1
working_directory: tests
env:
GITHUB_TOKEN: ${{ github.token }}
Expand All @@ -184,7 +184,7 @@ jobs:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: ./
with:
aqua_version: v2.25.0
aqua_version: v2.25.1
- run: command -v aqua
shell: bash
- run: aqua -v
Expand All @@ -210,7 +210,7 @@ jobs:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: ./
with:
aqua_version: v2.25.0
aqua_version: v2.25.1
working_directory: tests

- run: command -v aqua
Expand Down

0 comments on commit 4f69912

Please sign in to comment.