From 8f8f8f4a431a82ac7ac3e9721bbab0e011d97a70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 16:07:02 +0000 Subject: [PATCH] Bump gradle/actions from 4.0.0 to 4.2.1 Bumps [gradle/actions](https://github.com/gradle/actions) from 4.0.0 to 4.2.1. - [Release notes](https://github.com/gradle/actions/releases) - [Commits](https://github.com/gradle/actions/compare/af1da67850ed9a4cedd57bfd976089dd991e2582...cc4fc85e6b35bafd578d5ffbc76a5518407e1af0) --- updated-dependencies: - dependency-name: gradle/actions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/system-test.yaml | 2 +- .github/workflows/unit-integration-test.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/system-test.yaml b/.github/workflows/system-test.yaml index 2c6b075..3c2d951 100644 --- a/.github/workflows/system-test.yaml +++ b/.github/workflows/system-test.yaml @@ -32,7 +32,7 @@ jobs: distribution: 'adopt' - name: Setup Gradle - uses: gradle/actions/setup-gradle@af1da67850ed9a4cedd57bfd976089dd991e2582 # v4.0.0 + uses: gradle/actions/setup-gradle@cc4fc85e6b35bafd578d5ffbc76a5518407e1af0 # v4.2.1 with: gradle-version: wrapper diff --git a/.github/workflows/unit-integration-test.yaml b/.github/workflows/unit-integration-test.yaml index 2667e46..3b62de1 100644 --- a/.github/workflows/unit-integration-test.yaml +++ b/.github/workflows/unit-integration-test.yaml @@ -32,7 +32,7 @@ jobs: distribution: 'adopt' - name: Setup Gradle - uses: gradle/actions/setup-gradle@af1da67850ed9a4cedd57bfd976089dd991e2582 # v4.0.0 + uses: gradle/actions/setup-gradle@cc4fc85e6b35bafd578d5ffbc76a5518407e1af0 # v4.2.1 with: gradle-version: wrapper