Skip to content

Commit

Permalink
chore(deps): update dependency aquaproj/aqua to v2.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 5, 2024
1 parent 87cf6dc commit 0dfa781
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/actionlint.yaml
Expand Up @@ -11,7 +11,7 @@ jobs:
actionlint:
uses: suzuki-shunsuke/actionlint-workflow/.github/workflows/actionlint.yaml@8d67cddd56ea4b045e858700595d49b2fe09de61 # v1.0.0
with:
aqua_version: v2.25.2
aqua_version: v2.26.0
aqua_policy_allow: true
permissions:
pull-requests: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/debug-with-action-tmate.yaml
Expand Up @@ -25,7 +25,7 @@ jobs:
GITHUB_TOKEN: ${{github.token}}
- uses: aquaproj/aqua-installer@4551ec64e21bf0f557c2525135ff0bd2cba40ec7 # v3.0.0
with:
aqua_version: v2.25.2
aqua_version: v2.26.0
env:
AQUA_GITHUB_TOKEN: ${{github.token}}
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Expand Up @@ -11,7 +11,7 @@ jobs:
homebrew: true
go-version: 1.22.2
aqua_policy_allow: true
aqua_version: v2.25.2
aqua_version: v2.26.0
app_token_repositories: >-
[
"${{github.event.repository.name}}",
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wc-ghalint.yaml
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
- uses: aquaproj/aqua-installer@4551ec64e21bf0f557c2525135ff0bd2cba40ec7 # v3.0.0
with:
aqua_version: v2.25.2
aqua_version: v2.26.0
env:
AQUA_GITHUB_TOKEN: ${{github.token}}
- run: ghalint run
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wc-go-mod-tidy.yaml
Expand Up @@ -12,7 +12,7 @@ jobs:
uses: suzuki-shunsuke/go-mod-tidy-workflow/.github/workflows/go-mod-tidy.yaml@4e5de3de1038a745df94f46e7a3f433ce8652a7f # v1.0.0
with:
go-version: 1.22.2
aqua_version: v2.25.2
aqua_version: v2.26.0
secrets:
gh_app_id: ${{secrets.gh_app_id}}
gh_app_private_key: ${{secrets.gh_app_private_key}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wc-update-aqua-checksums.yaml
Expand Up @@ -14,7 +14,7 @@ jobs:
permissions:
contents: read
with:
aqua_version: v2.25.2
aqua_version: v2.26.0
prune: true
secrets:
gh_app_id: ${{secrets.gh_app_id}}
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-prebuilt
Expand Up @@ -9,5 +9,5 @@ WORKDIR /home/foo/workspace
RUN curl -sSfL -O https://raw.githubusercontent.com/aquaproj/aqua-installer/v3.0.0/aqua-installer
RUN echo "8299de6c19a8ff6b2cc6ac69669cf9e12a96cece385658310aea4f4646a5496d aqua-installer" | sha256sum -c
RUN chmod +x aqua-installer
RUN ./aqua-installer -v "v2.25.2"
RUN ./aqua-installer -v "v2.26.0"
ENV PATH=/home/foo/.local/share/aquaproj-aqua/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

0 comments on commit 0dfa781

Please sign in to comment.