From b533aa1eaed293225a740f4bd1c6112ba16763fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2024 00:27:03 +0000 Subject: [PATCH] build(deps): Bump gradle/actions from 4.1.0 to 4.2.0 Bumps [gradle/actions](https://github.com/gradle/actions) from 4.1.0 to 4.2.0. - [Release notes](https://github.com/gradle/actions/releases) - [Commits](https://github.com/gradle/actions/compare/d156388eb19639ec20ade50009f3d199ce1e2808...473878a77f1b98e2b5ac4af93489d1656a80a5ed) --- updated-dependencies: - dependency-name: gradle/actions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/microshed-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/microshed-ci.yml b/.github/workflows/microshed-ci.yml index 10d084a9..1a5355c5 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@d156388eb19639ec20ade50009f3d199ce1e2808 # v4.1.0 + uses: gradle/actions/setup-gradle@473878a77f1b98e2b5ac4af93489d1656a80a5ed # v4.2.0 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@d156388eb19639ec20ade50009f3d199ce1e2808 # v4.1.0 + uses: gradle/actions/setup-gradle@473878a77f1b98e2b5ac4af93489d1656a80a5ed # v4.2.0 with: cache-overwrite-existing: true cache-read-only: ${{ github.ref != 'refs/heads/main' }} #Read only for pulls, read/write for pushes