Skip to content

Commit

Permalink
chore(deps): update dependency aquaproj/aqua to v2.45.0 (#646)
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 Feb 24, 2025
1 parent 7f0c99b commit 0ac9648
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v4
- uses: aquaproj/[email protected]
with:
aqua_version: v2.44.1
aqua_version: v2.45.0
- run: |
./script/kind-e2e.sh create
./script/kind-e2e.sh run
6 changes: 3 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v4
- uses: aquaproj/[email protected]
with:
aqua_version: v2.44.1
aqua_version: v2.45.0
- run: golangci-lint run
hadolint:
runs-on: ubuntu-24.04
Expand All @@ -23,7 +23,7 @@ jobs:
- uses: actions/checkout@v4
- uses: aquaproj/[email protected]
with:
aqua_version: v2.44.1
aqua_version: v2.45.0
- run: hadolint Dockerfile
shellcheck:
runs-on: ubuntu-24.04
Expand All @@ -32,5 +32,5 @@ jobs:
- uses: actions/checkout@v4
- uses: aquaproj/[email protected]
with:
aqua_version: v2.44.1
aqua_version: v2.45.0
- run: shellcheck ./script/*.sh

0 comments on commit 0ac9648

Please sign in to comment.