Skip to content

Commit

Permalink
chore(deps): update dependency aquaproj/aqua to v2.43.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 25, 2025
1 parent 8d8ad7d commit 24486b4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/actionlint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ jobs:
persist-credentials: false
- uses: aquaproj/aqua-installer@e2d0136abcf70b7a2f6f505720640750557c4b33 # v3.1.1
with:
aqua_version: v2.42.2
aqua_version: v2.43.0
- run: actionlint
10 changes: 5 additions & 5 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
permissions:
contents: read
with:
aqua_version: v2.42.2
aqua_version: v2.43.0
prune: true
secrets:
gh_app_id: ${{secrets.APP_ID}}
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
persist-credentials: false
- uses: aquaproj/aqua-installer@e2d0136abcf70b7a2f6f505720640750557c4b33 # v3.1.1
with:
aqua_version: v2.42.2
aqua_version: v2.43.0
- run: ci-info run | sed "s/^export //" >> "$GITHUB_ENV"
env:
GITHUB_TOKEN: ${{ github.token }}
Expand All @@ -116,7 +116,7 @@ jobs:
persist-credentials: false
- uses: aquaproj/aqua-installer@e2d0136abcf70b7a2f6f505720640750557c4b33 # v3.1.1
with:
aqua_version: v2.42.2
aqua_version: v2.43.0
- run: jsonnetfmt --test jsonnet/*.jsonnet jsonnet/*.libsonnet

status-check:
Expand Down Expand Up @@ -148,7 +148,7 @@ jobs:
persist-credentials: false
- uses: aquaproj/aqua-installer@e2d0136abcf70b7a2f6f505720640750557c4b33 # v3.1.1
with:
aqua_version: v2.42.2
aqua_version: v2.43.0
env:
AQUA_GITHUB_TOKEN: ${{github.token}}
- run: ghalint run
Expand All @@ -164,7 +164,7 @@ jobs:
persist-credentials: false
- uses: aquaproj/aqua-installer@e2d0136abcf70b7a2f6f505720640750557c4b33 # v3.1.1
with:
aqua_version: v2.42.2
aqua_version: v2.43.0
- run: jsonnet --version
- run: |
bash scripts/generate.sh
Expand Down

0 comments on commit 24486b4

Please sign in to comment.