Skip to content

Commit

Permalink
chore(deps): update dependency aquaproj/aqua to v2.42.2 (#747)
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 Jan 8, 2025
1 parent dd9b40d commit 27bffbe
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/actionlint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
persist-credentials: false
- uses: aquaproj/aqua-installer@f13c5d2f0357708d85477aabe50fd3f725528745 # v3.1.0
with:
aqua_version: v2.42.1
aqua_version: v2.42.2
env:
GITHUB_TOKEN: ${{ github.token }}
- run: actionlint -ignore 'Useless cat'
Expand Down
18 changes: 9 additions & 9 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@8bce60cc4475128360bc32f00707abb874ca4a91 # v1.0.3
with:
aqua_version: v2.42.1
aqua_version: v2.42.2
prune: true
secrets:
gh_app_id: ${{secrets.APP_ID}}
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
persist-credentials: false
- uses: aquaproj/aqua-installer@f13c5d2f0357708d85477aabe50fd3f725528745 # v3.1.0
with:
aqua_version: v2.42.1
aqua_version: v2.42.2
env:
AQUA_GITHUB_TOKEN: ${{github.token}}
- run: ghalint run
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
persist-credentials: false
- uses: ./
with:
aqua_version: v2.42.1
aqua_version: v2.42.2
working_directory: tests
env:
GITHUB_TOKEN: ${{ github.token }}
Expand All @@ -154,14 +154,14 @@ jobs:
GITHUB_TOKEN: ${{ github.token }}
- uses: ./
with:
aqua_version: v2.42.1
aqua_version: v2.42.2
working_directory: tests
env:
GITHUB_TOKEN: ${{ github.token }}
- run: aqua -v
- uses: ./
with:
aqua_version: v2.42.1
aqua_version: v2.42.2
working_directory: tests
skip_install_aqua: "true"
env:
Expand All @@ -179,7 +179,7 @@ jobs:
persist-credentials: false
- uses: ./
with:
aqua_version: v2.42.1
aqua_version: v2.42.2
working_directory: tests
env:
GITHUB_TOKEN: ${{ github.token }}
Expand All @@ -199,7 +199,7 @@ jobs:
persist-credentials: false
- uses: ./
with:
aqua_version: v2.42.1
aqua_version: v2.42.2
working_directory: tests
env:
GITHUB_TOKEN: ${{ github.token }}
Expand All @@ -219,7 +219,7 @@ jobs:
persist-credentials: false
- uses: ./
with:
aqua_version: v2.42.1
aqua_version: v2.42.2
- run: command -v aqua
shell: bash
- run: aqua -v
Expand Down Expand Up @@ -248,7 +248,7 @@ jobs:
persist-credentials: false
- uses: ./
with:
aqua_version: v2.42.1
aqua_version: v2.42.2
working_directory: tests

- run: command -v aqua
Expand Down
2 changes: 1 addition & 1 deletion aqua.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
# yaml-language-server: $schema=https://raw.githubusercontent.com/aquaproj/aqua/v2.42.1/json-schema/aqua-yaml.json
# yaml-language-server: $schema=https://raw.githubusercontent.com/aquaproj/aqua/v2.42.2/json-schema/aqua-yaml.json
# aqua - Declarative CLI Version Manager
# https://aquaproj.github.io/
registries:
Expand Down

0 comments on commit 27bffbe

Please sign in to comment.