From fe3e4229784a08e821a312fd5c4204ff94515312 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Apr 2024 22:44:07 +0000 Subject: [PATCH] chore(deps): update gradle/gradle-build-action action to v3.3.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 5b9b519..a1ec88c 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.1.0 + uses: gradle/gradle-build-action@v3.3.0 with: arguments: shadowJar - uses: actions/upload-artifact@v4