diff --git a/.github/workflows/microshed-ci.yml b/.github/workflows/microshed-ci.yml index c8ed3987..d5b010af 100644 --- a/.github/workflows/microshed-ci.yml +++ b/.github/workflows/microshed-ci.yml @@ -37,7 +37,7 @@ jobs: java-version: ${{ matrix.java }} distribution: 'temurin' - name: Setup Gradle - uses: gradle/actions/setup-gradle@cc4fc85e6b35bafd578d5ffbc76a5518407e1af0 # v4.2.1 + uses: gradle/actions/setup-gradle@0bdd871935719febd78681f197cd39af5b6e16a6 # v4.2.2 with: cache-overwrite-existing: true cache-read-only: ${{ github.ref != 'refs/heads/main' }} #Read only for pulls, read/write for pushes @@ -83,7 +83,7 @@ jobs: java-version: 11 distribution: 'temurin' - name: Setup Gradle - uses: gradle/actions/setup-gradle@cc4fc85e6b35bafd578d5ffbc76a5518407e1af0 # v4.2.1 + uses: gradle/actions/setup-gradle@0bdd871935719febd78681f197cd39af5b6e16a6 # v4.2.2 with: cache-overwrite-existing: true cache-read-only: ${{ github.ref != 'refs/heads/main' }} #Read only for pulls, read/write for pushes