Skip to content

Commit

Permalink
chore(deps): update dependency aquaproj/aqua to v2.28.0 (#639)
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 May 11, 2024
1 parent 1e4df94 commit ae94196
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@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
- uses: aquaproj/aqua-installer@6ce1f8848ec8e61f14d57bd5d7597057a6dd187c # v3.0.1
with:
aqua_version: v2.27.4
aqua_version: v2.28.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 @@ -72,7 +72,7 @@ jobs:
contents: read # To checkout private repository
uses: aquaproj/update-checksum-workflow/.github/workflows/update-checksum.yaml@75c72cdc372a43dd1b1ad0458748f5d6bfeac7b9 # v1.0.1
with:
aqua_version: v2.27.4
aqua_version: v2.28.0
prune: true
secrets:
gh_app_id: ${{secrets.APP_ID}}
Expand All @@ -97,7 +97,7 @@ jobs:
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
- uses: aquaproj/aqua-installer@6ce1f8848ec8e61f14d57bd5d7597057a6dd187c # v3.0.1
with:
aqua_version: v2.27.4
aqua_version: v2.28.0
env:
AQUA_GITHUB_TOKEN: ${{github.token}}
- run: ghalint run
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
- uses: ./
with:
aqua_version: v2.27.4
aqua_version: v2.28.0
working_directory: tests
env:
GITHUB_TOKEN: ${{ github.token }}
Expand All @@ -147,7 +147,7 @@ jobs:
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
- uses: ./
with:
aqua_version: v2.27.4
aqua_version: v2.28.0
working_directory: tests
env:
GITHUB_TOKEN: ${{ github.token }}
Expand All @@ -164,7 +164,7 @@ jobs:
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
- uses: ./
with:
aqua_version: v2.27.4
aqua_version: v2.28.0
working_directory: tests
env:
GITHUB_TOKEN: ${{ github.token }}
Expand All @@ -181,7 +181,7 @@ jobs:
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
- uses: ./
with:
aqua_version: v2.27.4
aqua_version: v2.28.0
- run: command -v aqua
shell: bash
- run: aqua -v
Expand All @@ -207,7 +207,7 @@ jobs:
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
- uses: ./
with:
aqua_version: v2.27.4
aqua_version: v2.28.0
working_directory: tests

- run: command -v aqua
Expand Down

0 comments on commit ae94196

Please sign in to comment.