From d2f33efed0486ed5910bd8d20ac6aecc49a9cbc9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Jan 2024 17:19:23 +0000 Subject: [PATCH] Update all dependencies --- .github/workflows/gradle.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 07455c7..6599f73 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -22,7 +22,7 @@ jobs: java-version: '17' distribution: 'temurin' - name: Cache Gradle - uses: actions/cache@v3.3.3 + uses: actions/cache@v4.0.0 with: path: ~/.gradle/caches key: >- @@ -32,11 +32,11 @@ jobs: - name: Make gradlew executable run: chmod +x gradlew - name: Build with Gradle - uses: gradle/gradle-build-action@11693a116929fecdfa454db8361883532c7723d2 + uses: gradle/gradle-build-action@a8e3e5e2b4235aa45b6683dd85088aa7e737de34 with: arguments: shadowAll - name: Upload a ChatFormatter Artifact - uses: actions/upload-artifact@v4.0.0 + uses: actions/upload-artifact@v4.3.0 with: name: 'Successfully build ChatFormatter' path: build/libs/ChatFormatter v*.jar \ No newline at end of file