From 234af80fed586a7636b4155e0396227af9908ad6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 10:34:17 +0000 Subject: [PATCH] chore(deps): bump aquaproj/aqua-installer from 4.0.4 to 4.0.5 Bumps [aquaproj/aqua-installer](https://github.com/aquaproj/aqua-installer) from 4.0.4 to 4.0.5. - [Release notes](https://github.com/aquaproj/aqua-installer/releases) - [Commits](https://github.com/aquaproj/aqua-installer/compare/11dd79b4e498d471a9385aa9fb7f62bb5f52a73c...96a9bc20066c5bf5e275b41019cfc165b25f4e2e) --- updated-dependencies: - dependency-name: aquaproj/aqua-installer dependency-version: 4.0.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/pinact_update.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pinact_update.yaml b/.github/workflows/pinact_update.yaml index 407b51e..ddb08f2 100644 --- a/.github/workflows/pinact_update.yaml +++ b/.github/workflows/pinact_update.yaml @@ -23,7 +23,7 @@ jobs: uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Install aqua (installs pinact) - uses: aquaproj/aqua-installer@11dd79b4e498d471a9385aa9fb7f62bb5f52a73c # v4.0.4 + uses: aquaproj/aqua-installer@96a9bc20066c5bf5e275b41019cfc165b25f4e2e # v4.0.5 with: aqua_version: v2.56.1 aqua_opts: "-c aqua.yaml"