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 17, 2024
1 parent 131051a commit 19694ee
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@42452daeb5b454a76f686a8e4de8234afd7b1f44
with:
arguments: shadowAll
- name: Upload a ChatFormatter Artifact
uses: actions/upload-artifact@v4.0.0
uses: actions/upload-artifact@v4.1.0
with:
name: 'Successfully build ChatFormatter'
path: build/libs/ChatFormatter v*.jar

0 comments on commit 19694ee

Please sign in to comment.