From 173a78a5ad44585eefe40cc5c676384dc2f2829e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 04:12:39 +0000 Subject: [PATCH] chore(deps): bump gradle/gradle-build-action Bumps the github-actions-dependencies group with 1 update: [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action). Updates `gradle/gradle-build-action` from 3.4.1 to 3.4.2 - [Release notes](https://github.com/gradle/gradle-build-action/releases) - [Commits](https://github.com/gradle/gradle-build-action/compare/v3.4.1...v3.4.2) --- updated-dependencies: - dependency-name: gradle/gradle-build-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- .github/workflows/deploy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 12ce853..768bfe8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,7 +9,7 @@ jobs: uses: actions/checkout@v4 - name: Setup Gradle - uses: gradle/gradle-build-action@v3.4.1 + uses: gradle/gradle-build-action@v3.4.2 - name: Verify everything is working fine run: ./gradlew test diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 1763bd8..238f8d5 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -12,7 +12,7 @@ jobs: uses: actions/checkout@v4 - name: Setup Gradle - uses: gradle/gradle-build-action@v3.4.1 + uses: gradle/gradle-build-action@v3.4.2 - name: Create Jars run: ./gradlew jar