From 1c20f54272eed6f5dae255d5b96f37b9379a2503 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 00:47:56 +0000 Subject: [PATCH] build(deps): Bump gradle/actions from 4.2.1 to 4.2.2 Bumps [gradle/actions](https://github.com/gradle/actions) from 4.2.1 to 4.2.2. - [Release notes](https://github.com/gradle/actions/releases) - [Commits](https://github.com/gradle/actions/compare/cc4fc85e6b35bafd578d5ffbc76a5518407e1af0...0bdd871935719febd78681f197cd39af5b6e16a6) --- updated-dependencies: - dependency-name: gradle/actions dependency-type: direct:production update-type: version-update:semver-patch ... 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 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