From d2605e7d14ebd40693dbefb0399eea0965a95f67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2024 06:53:36 -0700 Subject: [PATCH] Bump gradle/actions from 3 to 4 (#111) Bumps [gradle/actions](https://github.com/gradle/actions) from 3 to 4. - [Release notes](https://github.com/gradle/actions/releases) - [Commits](https://github.com/gradle/actions/compare/v3...v4) --- updated-dependencies: - dependency-name: gradle/actions dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/branch-ci.yml | 2 +- .github/workflows/edge-ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/branch-ci.yml b/.github/workflows/branch-ci.yml index cc9f947..507b9f3 100644 --- a/.github/workflows/branch-ci.yml +++ b/.github/workflows/branch-ci.yml @@ -42,7 +42,7 @@ jobs: cat gradle.properties - name: Setup Gradle - uses: gradle/actions/setup-gradle@v3 + uses: gradle/actions/setup-gradle@v4 - name: Assemble distribution run: ./gradlew outputVersion server-jetty-app:assemble py-server:assemble diff --git a/.github/workflows/edge-ci.yml b/.github/workflows/edge-ci.yml index 5005480..ae18197 100644 --- a/.github/workflows/edge-ci.yml +++ b/.github/workflows/edge-ci.yml @@ -40,7 +40,7 @@ jobs: cat gradle.properties - name: Setup Gradle - uses: gradle/actions/setup-gradle@v3 + uses: gradle/actions/setup-gradle@v4 - name: Assemble distribution run: ./gradlew outputVersion server-jetty-app:assemble py-server:assemble