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 5a43159 commit 6a06bfe
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/aqua-installer@v3.0.1
with:
aqua_version: v2.33.0
aqua_version: v2.34.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/aqua-installer@v3.0.1
with:
aqua_version: v2.33.0
aqua_version: v2.34.0
- run: golangci-lint run
hadolint:
runs-on: ubuntu-22.04
Expand All @@ -23,7 +23,7 @@ jobs:
- uses: actions/checkout@v4
- uses: aquaproj/aqua-installer@v3.0.1
with:
aqua_version: v2.33.0
aqua_version: v2.34.0
- run: hadolint Dockerfile
shellcheck:
runs-on: ubuntu-22.04
Expand All @@ -32,5 +32,5 @@ jobs:
- uses: actions/checkout@v4
- uses: aquaproj/aqua-installer@v3.0.1
with:
aqua_version: v2.33.0
aqua_version: v2.34.0
- run: shellcheck ./script/*.sh

0 comments on commit 6a06bfe

Please sign in to comment.