Skip to content
This repository has been archived by the owner on Jul 21, 2024. It is now read-only.

Commit

Permalink
chore(deps): update dependency aquaproj/aqua to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 24, 2023
1 parent 6bbd630 commit 16a8af9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/actions/aqua/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ runs:
steps:
- uses: aquaproj/[email protected]
with:
aqua_version: v0.8.7
aqua_version: v2.20.0
18 changes: 9 additions & 9 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,28 +14,28 @@ jobs:
uses: actions/checkout@v2
- uses: aquaproj/[email protected]
with:
aqua_version: v0.8.9 # hello
aqua_version: v2.20.0 # hello
- uses: aquaproj/[email protected]
with:
aqua_version: 'v0.8.9' # hello
aqua_version: 'v2.20.0' # hello
- uses: aquaproj/[email protected]
with:
aqua_version: "v0.8.9" # hello
aqua_version: "v2.20.0" # hello
- uses: aquaproj/[email protected]
with:
aqua_version: v0.8.9
aqua_version: v2.20.0
- uses: aquaproj/[email protected]
with:
aqua_version: 'v0.8.9'
aqua_version: 'v2.20.0'
- uses: aquaproj/[email protected]
with:
aqua_version: "v0.8.9"
aqua_version: "v2.20.0"
- uses: aquaproj/[email protected]
with:
aqua_version: v0.8.9 # hello
aqua_version: v2.20.0 # hello
- uses: aquaproj/[email protected]
with:
aqua_version: 'v0.8.9' # hello
aqua_version: 'v2.20.0' # hello
- uses: aquaproj/[email protected]
with:
aqua_version: "v0.8.9" # hello
aqua_version: "v2.20.0" # hello

0 comments on commit 16a8af9

Please sign in to comment.