Skip to content

Commit

Permalink
chore(deps): update dependency aquaproj/aqua to v2.41.0 (#756)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 31, 2024
1 parent 4f72586 commit f225f66
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@f13c5d2f0357708d85477aabe50fd3f725528745 # v3.1.0
with:
aqua_version: v2.40.0
aqua_version: v2.41.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.40.0
aqua_version: v2.41.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@f13c5d2f0357708d85477aabe50fd3f725528745 # v3.1.0
with:
aqua_version: v2.40.0
aqua_version: v2.41.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@f13c5d2f0357708d85477aabe50fd3f725528745 # v3.1.0
with:
aqua_version: v2.40.0
aqua_version: v2.41.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@f13c5d2f0357708d85477aabe50fd3f725528745 # v3.1.0
with:
aqua_version: v2.40.0
aqua_version: v2.41.0
env:
AQUA_GITHUB_TOKEN: ${{github.token}}
- run: ghalint run
Expand All @@ -164,7 +164,7 @@ jobs:
persist-credentials: false
- uses: aquaproj/aqua-installer@f13c5d2f0357708d85477aabe50fd3f725528745 # v3.1.0
with:
aqua_version: v2.40.0
aqua_version: v2.41.0
- run: jsonnet --version
- run: |
bash scripts/generate.sh
Expand Down

0 comments on commit f225f66

Please sign in to comment.