Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 25, 2024
1 parent 131051a commit d2f33ef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: >-
Expand All @@ -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

0 comments on commit d2f33ef

Please sign in to comment.