Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update all dependencies
Browse files Browse the repository at this point in the history
renovate[bot] authored Jun 17, 2024
1 parent 7d90f95 commit fce59f7
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dockerHub.yml
Original file line number Diff line number Diff line change
@@ -23,7 +23,7 @@ jobs:
with:
platforms: linux/amd64
- name: Build & Push (Java 21) - EternalCode DiscordOfficer
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
platforms: linux/amd64
context: .
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
@@ -25,7 +25,7 @@ jobs:
- name: Run checkstyle
run: ./gradlew checkstyleMain
- name: Build with Gradle
uses: gradle/gradle-build-action@4c39dd82cd5e1ec7c6fa0173bb41b4b6bb3b86ff
uses: gradle/gradle-build-action@66535aaf56f831b35e3a8481c9c99b665b84dd45
with:
arguments: shadowJar
- name: Upload a Build Artifact

0 comments on commit fce59f7

Please sign in to comment.