From e5036d82496532415f293482151e7311e1f72bbb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 19:47:15 +0000 Subject: [PATCH] chore(deps): update gradle/gradle-build-action action to v3.5.0 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 112bb73..dbe68f6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: - name: Setup Java & Gradle uses: ./.github/actions/setup - name: Build with Gradle - uses: gradle/gradle-build-action@v3.3.2 + uses: gradle/gradle-build-action@v3.5.0 with: arguments: shadowJar - uses: actions/upload-artifact@v4