Skip to content

Commit d2f33ef

Browse files
Update all dependencies
1 parent 131051a commit d2f33ef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/gradle.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
java-version: '17'
2323
distribution: 'temurin'
2424
- name: Cache Gradle
25-
uses: actions/cache@v3.3.3
25+
uses: actions/cache@v4.0.0
2626
with:
2727
path: ~/.gradle/caches
2828
key: >-
@@ -32,11 +32,11 @@ jobs:
3232
- name: Make gradlew executable
3333
run: chmod +x gradlew
3434
- name: Build with Gradle
35-
uses: gradle/gradle-build-action@11693a116929fecdfa454db8361883532c7723d2
35+
uses: gradle/gradle-build-action@a8e3e5e2b4235aa45b6683dd85088aa7e737de34
3636
with:
3737
arguments: shadowAll
3838
- name: Upload a ChatFormatter Artifact
39-
uses: actions/upload-artifact@v4.0.0
39+
uses: actions/upload-artifact@v4.3.0
4040
with:
4141
name: 'Successfully build ChatFormatter'
4242
path: build/libs/ChatFormatter v*.jar

0 commit comments

Comments
 (0)