Skip to content

Commit 098a2c8

Browse files
chore(deps): update ⬆️ aqua-packages
1 parent c8c8c7d commit 098a2c8

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.aqua/aqua.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ checksum: # https://aquaproj.github.io/docs/reference/checksum/
77
- linux
88
registries:
99
- type: standard
10-
ref: v4.505.0 # renovate: depName=aquaproj/aqua-registry
10+
ref: v4.510.0 # renovate: depName=aquaproj/aqua-registry
1111
packages:
1212
- name: int128/ghcp@v1.15.3 # required for aqua-checksums update
1313
- name: kevincobain2000/gobrew@v1.10.16
14-
- name: casey/just@1.50.0
14+
- name: casey/just@1.51.0
1515
- name: dagger/dagger@v0.20.8

.github/workflows/dagger-update.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
&& ! github.event.pull_request.head.repo.fork
5353
with:
5454
policy_allow: "true"
55-
aqua_version: v2.57.2 # renovate: depName=aquaproj/aqua
55+
aqua_version: v2.58.1 # renovate: depName=aquaproj/aqua
5656
github_token: ${{ github.token }}
5757
# yamllint disable-line rule:line-length
5858
- name: install aquas (using generated app token)
@@ -63,7 +63,7 @@ jobs:
6363
&& ! github.event.pull_request.head.repo.fork
6464
with:
6565
policy_allow: "true"
66-
aqua_version: v2.57.2 # renovate: depName=aquaproj/aqua
66+
aqua_version: v2.58.1 # renovate: depName=aquaproj/aqua
6767
env:
6868
AQUA_GITHUB_TOKEN: ${{ steps.generate_app_token.outputs.token }}
6969
# yamllint disable-line rule:line-length

.github/workflows/pull_request_aqua_update_checksum.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
permissions:
1515
contents: read
1616
with:
17-
aqua_version: v2.57.2 # renovate: depName=aquaproj/aqua
17+
aqua_version: v2.58.1 # renovate: depName=aquaproj/aqua
1818
prune: true
1919
secrets:
2020
gh_app_id: ${{ secrets.GH_APP_ID }}

0 commit comments

Comments
 (0)