diff --git a/.github/workflows/build-quick.yml b/.github/workflows/build-quick.yml index 0f0f62481..934730a41 100644 --- a/.github/workflows/build-quick.yml +++ b/.github/workflows/build-quick.yml @@ -239,7 +239,7 @@ jobs: run: bash ./anki/tools/install-n2 - name: Setup Gradle - uses: gradle/actions/setup-gradle@v5 + uses: gradle/actions/setup-gradle@v6 timeout-minutes: 5 with: # Only write to the cache for builds on the 'main' branches, stops branches evicting main cache diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index d567f48e7..7799807d5 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -148,7 +148,7 @@ jobs: run: ./anki/tools/install-n2 - name: Setup Gradle - uses: gradle/actions/setup-gradle@v5 + uses: gradle/actions/setup-gradle@v6 timeout-minutes: 5 with: # Only write to the cache for builds on the 'main' branches, stops branches evicting main cache diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 7fe72f526..3c1e214f7 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -169,7 +169,7 @@ jobs: - name: Setup Gradle if: matrix.build-mode == 'manual' - uses: gradle/actions/setup-gradle@v5 + uses: gradle/actions/setup-gradle@v6 timeout-minutes: 5 with: # Only write to the cache for builds on the 'main' branches, stops branches evicting main cache