Skip to content

Commit

Permalink
chore(deps): update dependency aquaproj/aqua to v2.34.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 23, 2024
1 parent f9300b6 commit 238b12c
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 @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: aquaproj/aqua-installer@6ce1f8848ec8e61f14d57bd5d7597057a6dd187c # v3.0.1
with:
aqua_version: v2.33.0
aqua_version: v2.34.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 @@ -74,7 +74,7 @@ jobs:
contents: read # To checkout private repository
uses: aquaproj/update-checksum-workflow/.github/workflows/update-checksum.yaml@437067ad2fba9ba8ed8454cf207f2532432d4e28 # v1.0.2
with:
aqua_version: v2.33.0
aqua_version: v2.34.0
prune: true
secrets:
gh_app_id: ${{secrets.APP_ID}}
Expand All @@ -100,7 +100,7 @@ jobs:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: aquaproj/aqua-installer@6ce1f8848ec8e61f14d57bd5d7597057a6dd187c # v3.0.1
with:
aqua_version: v2.33.0
aqua_version: v2.34.0
env:
AQUA_GITHUB_TOKEN: ${{github.token}}
- run: ghalint run
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: ./
with:
aqua_version: v2.33.0
aqua_version: v2.34.0
working_directory: tests
env:
GITHUB_TOKEN: ${{ github.token }}
Expand All @@ -154,7 +154,7 @@ jobs:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: ./
with:
aqua_version: v2.33.0
aqua_version: v2.34.0
working_directory: tests
env:
GITHUB_TOKEN: ${{ github.token }}
Expand All @@ -172,7 +172,7 @@ jobs:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: ./
with:
aqua_version: v2.33.0
aqua_version: v2.34.0
working_directory: tests
env:
GITHUB_TOKEN: ${{ github.token }}
Expand All @@ -190,7 +190,7 @@ jobs:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: ./
with:
aqua_version: v2.33.0
aqua_version: v2.34.0
- run: command -v aqua
shell: bash
- run: aqua -v
Expand All @@ -217,7 +217,7 @@ jobs:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: ./
with:
aqua_version: v2.33.0
aqua_version: v2.34.0
working_directory: tests

- run: command -v aqua
Expand Down

0 comments on commit 238b12c

Please sign in to comment.