Skip to content

Commit

Permalink
chore(deps): bump aquaproj/aqua-installer from 2.2.0 to 2.3.0
Browse files Browse the repository at this point in the history
Bumps [aquaproj/aqua-installer](https://github.com/aquaproj/aqua-installer) from 2.2.0 to 2.3.0.
- [Release notes](https://github.com/aquaproj/aqua-installer/releases)
- [Commits](aquaproj/aqua-installer@v2.2.0...v2.3.0)

---
updated-dependencies:
- dependency-name: aquaproj/aqua-installer
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 1, 2024
1 parent c1d26ec commit 19f3515
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-update-labels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
go-version-file: go.mod

- name: Install aqua tools
uses: aquaproj/aqua-installer@v2.2.0
uses: aquaproj/aqua-installer@v2.3.0
with:
aqua_version: v1.25.0

Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
if: ${{ failure() && steps.lint.conclusion == 'failure' }}

- name: Install tools
uses: aquaproj/aqua-installer@v2.2.0
uses: aquaproj/aqua-installer@v2.3.0
with:
aqua_version: v1.25.0
aqua_opts: ""
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
go-version-file: go.mod

- name: Install tools
uses: aquaproj/aqua-installer@v2.2.0
uses: aquaproj/aqua-installer@v2.3.0
with:
aqua_version: v1.25.0

Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:
go-version-file: go.mod

- name: Install tools
uses: aquaproj/aqua-installer@v2.2.0
uses: aquaproj/aqua-installer@v2.3.0
with:
aqua_version: v1.25.0

Expand All @@ -136,7 +136,7 @@ jobs:
go-version-file: go.mod

- name: Install tools
uses: aquaproj/aqua-installer@v2.2.0
uses: aquaproj/aqua-installer@v2.3.0
with:
aqua_version: v1.25.0

Expand Down Expand Up @@ -166,7 +166,7 @@ jobs:
with:
go-version-file: go.mod
- name: Install tools
uses: aquaproj/aqua-installer@v2.2.0
uses: aquaproj/aqua-installer@v2.3.0
with:
aqua_version: v1.25.0
- name: Run vm integration tests
Expand Down

0 comments on commit 19f3515

Please sign in to comment.