Skip to content

Commit

Permalink
chore(deps): update dependency aquaproj/aqua to v2.40.0 (#726)
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 17, 2024
1 parent 18630e2 commit bd3ac68
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: aquaproj/aqua-installer@f13c5d2f0357708d85477aabe50fd3f725528745 # v3.1.0
with:
aqua_version: v2.39.1
aqua_version: v2.40.0
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.39.1
aqua_version: v2.40.0
prune: true
secrets:
gh_app_id: ${{secrets.APP_ID}}
Expand All @@ -100,7 +100,7 @@ jobs:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: aquaproj/aqua-installer@f13c5d2f0357708d85477aabe50fd3f725528745 # v3.1.0
with:
aqua_version: v2.39.1
aqua_version: v2.40.0
env:
AQUA_GITHUB_TOKEN: ${{github.token}}
- run: ghalint run
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: ./
with:
aqua_version: v2.39.1
aqua_version: v2.40.0
working_directory: tests
env:
GITHUB_TOKEN: ${{ github.token }}
Expand All @@ -146,14 +146,14 @@ jobs:
GITHUB_TOKEN: ${{ github.token }}
- uses: ./
with:
aqua_version: v2.39.1
aqua_version: v2.40.0
working_directory: tests
env:
GITHUB_TOKEN: ${{ github.token }}
- run: aqua -v
- uses: ./
with:
aqua_version: v2.39.1
aqua_version: v2.40.0
working_directory: tests
skip_install_aqua: "true"
env:
Expand All @@ -169,7 +169,7 @@ jobs:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: ./
with:
aqua_version: v2.39.1
aqua_version: v2.40.0
working_directory: tests
env:
GITHUB_TOKEN: ${{ github.token }}
Expand All @@ -187,7 +187,7 @@ jobs:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: ./
with:
aqua_version: v2.39.1
aqua_version: v2.40.0
working_directory: tests
env:
GITHUB_TOKEN: ${{ github.token }}
Expand All @@ -205,7 +205,7 @@ jobs:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: ./
with:
aqua_version: v2.39.1
aqua_version: v2.40.0
- run: command -v aqua
shell: bash
- run: aqua -v
Expand All @@ -232,7 +232,7 @@ jobs:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: ./
with:
aqua_version: v2.39.1
aqua_version: v2.40.0
working_directory: tests

- run: command -v aqua
Expand Down

0 comments on commit bd3ac68

Please sign in to comment.