Skip to content

Commit fda6cda

Browse files
chore(deps): update dependency aquaproj/aqua to v2.56.6
1 parent 0d9bbff commit fda6cda

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/autofix.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
ref: ${{ github.head_ref }}
1515
- uses: ./
1616
with:
17-
aqua_version: v2.56.5
17+
aqua_version: v2.56.6
1818
env:
1919
GITHUB_TOKEN: ${{github.token}}
2020
- run: aqua upc -prune

.github/workflows/workflow_call_test.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
persist-credentials: false
4949
- uses: ./
5050
with:
51-
aqua_version: v2.56.5
51+
aqua_version: v2.56.6
5252
env:
5353
AQUA_GITHUB_TOKEN: ${{github.token}}
5454
- run: ghalint run
@@ -89,7 +89,7 @@ jobs:
8989
persist-credentials: false
9090
- uses: ./
9191
with:
92-
aqua_version: v2.56.5
92+
aqua_version: v2.56.6
9393
working_directory: tests
9494
env:
9595
GITHUB_TOKEN: ${{ github.token }}
@@ -110,7 +110,7 @@ jobs:
110110
persist-credentials: false
111111
- uses: ./
112112
with:
113-
aqua_version: v2.56.5
113+
aqua_version: v2.56.6
114114
working_directory: tests
115115
env:
116116
GITHUB_TOKEN: ${{ github.token }}
@@ -129,7 +129,7 @@ jobs:
129129
persist-credentials: false
130130
- uses: ./
131131
with:
132-
aqua_version: v2.56.5
132+
aqua_version: v2.56.6
133133
working_directory: tests
134134
env:
135135
GITHUB_TOKEN: ${{ github.token }}
@@ -148,7 +148,7 @@ jobs:
148148
persist-credentials: false
149149
- uses: ./
150150
with:
151-
aqua_version: v2.56.5
151+
aqua_version: v2.56.6
152152
- run: command -v aqua
153153
shell: bash
154154
- run: aqua -v
@@ -170,7 +170,7 @@ jobs:
170170
persist-credentials: false
171171
- uses: ./
172172
with:
173-
aqua_version: v2.56.5
173+
aqua_version: v2.56.6
174174
working_directory: tests
175175

176176
- run: command -v aqua

aqua.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
# yaml-language-server: $schema=https://raw.githubusercontent.com/aquaproj/aqua/v2.56.5/json-schema/aqua-yaml.json
2+
# yaml-language-server: $schema=https://raw.githubusercontent.com/aquaproj/aqua/v2.56.6/json-schema/aqua-yaml.json
33
# aqua - Declarative CLI Version Manager
44
# https://aquaproj.github.io/
55
checksum:

0 commit comments

Comments
 (0)