Skip to content

Commit

Permalink
Merge pull request #5 from BySwiizen/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/setup-java-4.0.0

Bump actions/setup-java from 3.13.0 to 4.0.0
  • Loading branch information
BySwiizen authored Dec 6, 2023
2 parents 933517b + c1f8143 commit 4a2e11d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

# https://github.com/actions/setup-java
- name: Set up JDK 17
uses: actions/setup-java@v3.13.0
uses: actions/setup-java@v4.0.0
with:
java-version: '17'
distribution: temurin
Expand Down

0 comments on commit 4a2e11d

Please sign in to comment.