From 1f847f4ae2b2787f609da4d1bbbce88662fe9aea Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 27 Apr 2024 14:06:03 +0000 Subject: [PATCH] chore(deps): update gradle/gradle-build-action action to v3.3.2 --- .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 388da10..112bb73 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.1 + uses: gradle/gradle-build-action@v3.3.2 with: arguments: shadowJar - uses: actions/upload-artifact@v4