diff --git a/.github/workflows/actionlint.yaml b/.github/workflows/actionlint.yaml index 49c4e6d3..78ee00b4 100644 --- a/.github/workflows/actionlint.yaml +++ b/.github/workflows/actionlint.yaml @@ -26,7 +26,7 @@ jobs: permissions: {} steps: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - - uses: aquaproj/aqua-installer@928a2ee4243a9ee8312d80dc8cbaca88fb602a91 # v2.2.0 + - uses: aquaproj/aqua-installer@4551ec64e21bf0f557c2525135ff0bd2cba40ec7 # v3.0.0 with: aqua_version: v2.21.0 - run: actionlint diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 76711f4f..b7c51355 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -36,7 +36,7 @@ jobs: permissions: {} steps: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - - uses: aquaproj/aqua-installer@928a2ee4243a9ee8312d80dc8cbaca88fb602a91 # v2.2.0 + - uses: aquaproj/aqua-installer@4551ec64e21bf0f557c2525135ff0bd2cba40ec7 # v3.0.0 with: aqua_version: v2.21.0 env: @@ -62,7 +62,7 @@ jobs: with: app_id: ${{secrets.APP_ID}} private_key: ${{secrets.APP_PRIVATE_KEY}} - - uses: aquaproj/aqua-installer@928a2ee4243a9ee8312d80dc8cbaca88fb602a91 # v2.2.0 + - uses: aquaproj/aqua-installer@4551ec64e21bf0f557c2525135ff0bd2cba40ec7 # v3.0.0 # Install ghcp with: aqua_version: v2.21.0