Skip to content

Commit

Permalink
chore(deps): update dependency aquaproj/aqua to v2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 1, 2023
1 parent fa3a451 commit e97bee5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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@v3
- uses: aquaproj/aqua-installer@v2.1.2
with:
aqua_version: v2.8.0
aqua_version: v2.9.0
- run: |
./script/kind-e2e.sh create
./script/kind-e2e.sh run
4 changes: 2 additions & 2 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@v3
- uses: aquaproj/aqua-installer@v2.1.2
with:
aqua_version: v2.8.0
aqua_version: v2.9.0
- run: golangci-lint run
hadolint:
runs-on: ubuntu-22.04
Expand All @@ -23,5 +23,5 @@ jobs:
- uses: actions/checkout@v3
- uses: aquaproj/aqua-installer@v2.1.2
with:
aqua_version: v2.8.0
aqua_version: v2.9.0
- run: hadolint Dockerfile

0 comments on commit e97bee5

Please sign in to comment.