Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump aquaproj/aqua-installer from 3.0.1 to 3.1.0 in the github-actions group #8025

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/auto-update-labels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
cache: false

- name: Install aqua tools
uses: aquaproj/aqua-installer@v3.0.1
uses: aquaproj/aqua-installer@v3.1.0
with:
aqua_version: v1.25.0

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cache-test-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
cache: false

- name: Install tools
uses: aquaproj/aqua-installer@v3.0.1
uses: aquaproj/aqua-installer@v3.1.0
with:
aqua_version: v1.25.0

Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
cache: false

- name: Install tools
uses: aquaproj/aqua-installer@v3.0.1
uses: aquaproj/aqua-installer@v3.1.0
with:
aqua_version: v1.25.0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
git config --global user.name "GitHub Actions"

- name: Install tools
uses: aquaproj/aqua-installer@v3.0.1
uses: aquaproj/aqua-installer@v3.1.0
with:
aqua_version: v1.25.0
aqua_opts: ""
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
if: ${{ failure() && steps.lint.conclusion == 'failure' }}

- name: Install tools
uses: aquaproj/aqua-installer@v3.0.1
uses: aquaproj/aqua-installer@v3.1.0
with:
aqua_version: v1.25.0
aqua_opts: ""
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
cache: false

- name: Install tools
uses: aquaproj/aqua-installer@v3.0.1
uses: aquaproj/aqua-installer@v3.1.0
with:
aqua_version: v1.25.0

Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
cache: false

- name: Install tools
uses: aquaproj/aqua-installer@v3.0.1
uses: aquaproj/aqua-installer@v3.1.0
with:
aqua_version: v1.25.0

Expand All @@ -142,7 +142,7 @@ jobs:
cache: false

- name: Install tools
uses: aquaproj/aqua-installer@v3.0.1
uses: aquaproj/aqua-installer@v3.1.0
with:
aqua_version: v1.25.0

Expand Down Expand Up @@ -181,7 +181,7 @@ jobs:
cache: false

- name: Install tools
uses: aquaproj/aqua-installer@v3.0.1
uses: aquaproj/aqua-installer@v3.1.0
with:
aqua_version: v1.25.0

Expand Down
Loading