From 052d176aa696a1c2fea8f3703ccba33166e6bd27 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 23:01:21 +0000 Subject: [PATCH] chore(deps): Update build systems --- .github/workflows/build.yaml | 8 ++++---- .github/workflows/draft-release.yaml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index d65b544..22c85e2 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -45,7 +45,7 @@ jobs: distribution: "temurin" - name: "Setup Gradle" - uses: gradle/actions/setup-gradle@0723195856401067f7a2779048b490ace7a47d7c # v5 + uses: gradle/actions/setup-gradle@50e97c2cd7a37755bbfafc9c5b7cafaece252f6e # v6 - name: "Get And Validate Version" id: version @@ -58,7 +58,7 @@ jobs: run: ./gradlew build dist - name: "Upload Artifacts" - uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 with: name: artifacts path: "build/tmp/dist/*.jar" @@ -66,7 +66,7 @@ jobs: - name: "Upload Build Results" if: ${{ always() }} - uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 with: name: build-results path: | @@ -75,7 +75,7 @@ jobs: - name: "Publish to GitHub" if: ${{ github.event_name == 'release' }} - uses: softprops/action-gh-release@3bb12739c298aeb8a4eeaf626c5b8d85266b0e65 # v2 + uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3 with: files: "build/tmp/dist/*.jar" diff --git a/.github/workflows/draft-release.yaml b/.github/workflows/draft-release.yaml index 9d47abd..678f75b 100644 --- a/.github/workflows/draft-release.yaml +++ b/.github/workflows/draft-release.yaml @@ -31,7 +31,7 @@ jobs: distribution: "temurin" - name: "Setup Gradle" - uses: gradle/actions/setup-gradle@0723195856401067f7a2779048b490ace7a47d7c # v5 + uses: gradle/actions/setup-gradle@50e97c2cd7a37755bbfafc9c5b7cafaece252f6e # v6 - name: "Get And Validate Version" id: version @@ -48,7 +48,7 @@ jobs: ".GENERATED_CHANGELOG.md" - name: "Create Draft Release" - uses: softprops/action-gh-release@3bb12739c298aeb8a4eeaf626c5b8d85266b0e65 # v2 + uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3 with: tag_name: "v${{ steps.version.outputs.version }}" name: "v${{ steps.version.outputs.version }} release"