Skip to content

Commit

Permalink
chore(deps): update dependency aquaproj/aqua to v2.38.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 5, 2024
1 parent 12329ec commit 8f53920
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/actionlint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
actionlint:
uses: suzuki-shunsuke/actionlint-workflow/.github/workflows/actionlint.yaml@932d2dbef166b2f6f7e11790954e8245289ffd0d # v1.2.1
with:
aqua_version: v2.38.2
aqua_version: v2.38.3
permissions:
pull-requests: write
contents: read
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
with:
homebrew: true
go-version-file: go.mod
aqua_version: v2.38.2
aqua_version: v2.38.3
app_token_repositories: >-
[
"${{github.event.repository.name}}",
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wc-go-mod-tidy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
uses: suzuki-shunsuke/go-mod-tidy-workflow/.github/workflows/go-mod-tidy.yaml@79af8ebcd2dea45c27303b09192be80f7a35a37a # v1.1.0
with:
go-version-file: go.mod
aqua_version: v2.38.2
aqua_version: v2.38.3
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-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
go-version-file: go.mod
- uses: aquaproj/aqua-installer@f13c5d2f0357708d85477aabe50fd3f725528745 # v3.1.0
with:
aqua_version: v2.38.2
aqua_version: v2.38.3
- run: go run ./cmd/tfrstate find -plan-json test/foo/plan.json -backend-dir test/foo -base-dir test
- run: go test -v ./... -race -covermode=atomic
- run: golangci-lint run --timeout 120s
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wc-update-aqua-checksums.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
permissions:
contents: read
with:
aqua_version: v2.38.2
aqua_version: v2.38.3
prune: true
secrets:
gh_app_id: ${{secrets.gh_app_id}}
Expand Down

0 comments on commit 8f53920

Please sign in to comment.