diff --git a/.github/workflows/actionlint.yaml b/.github/workflows/actionlint.yaml index 5772ce2..dc137b3 100644 --- a/.github/workflows/actionlint.yaml +++ b/.github/workflows/actionlint.yaml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3 - uses: aquaproj/aqua-installer@4551ec64e21bf0f557c2525135ff0bd2cba40ec7 # v3.0.0 with: - aqua_version: v2.27.2 + aqua_version: v2.27.3 env: GITHUB_TOKEN: ${{ github.token }} - run: actionlint -ignore 'Useless cat' diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 6a98d39..066e1a9 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -72,7 +72,7 @@ jobs: contents: read # To checkout private repository uses: aquaproj/update-checksum-workflow/.github/workflows/update-checksum.yaml@f367004e7f17e99d30297cd9e89afad30ee1f251 # v1.0.0 with: - aqua_version: v2.27.2 + aqua_version: v2.27.3 prune: true secrets: gh_app_id: ${{secrets.APP_ID}} @@ -97,7 +97,7 @@ jobs: - uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3 - uses: aquaproj/aqua-installer@4551ec64e21bf0f557c2525135ff0bd2cba40ec7 # v3.0.0 with: - aqua_version: v2.27.2 + aqua_version: v2.27.3 env: AQUA_GITHUB_TOKEN: ${{github.token}} - run: ghalint run @@ -128,7 +128,7 @@ jobs: - uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3 - uses: ./ with: - aqua_version: v2.27.2 + aqua_version: v2.27.3 working_directory: tests env: GITHUB_TOKEN: ${{ github.token }} @@ -147,7 +147,7 @@ jobs: - uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3 - uses: ./ with: - aqua_version: v2.27.2 + aqua_version: v2.27.3 working_directory: tests env: GITHUB_TOKEN: ${{ github.token }} @@ -164,7 +164,7 @@ jobs: - uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3 - uses: ./ with: - aqua_version: v2.27.2 + aqua_version: v2.27.3 working_directory: tests env: GITHUB_TOKEN: ${{ github.token }} @@ -181,7 +181,7 @@ jobs: - uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3 - uses: ./ with: - aqua_version: v2.27.2 + aqua_version: v2.27.3 - run: command -v aqua shell: bash - run: aqua -v @@ -207,7 +207,7 @@ jobs: - uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3 - uses: ./ with: - aqua_version: v2.27.2 + aqua_version: v2.27.3 working_directory: tests - run: command -v aqua