Skip to content

Commit

Permalink
Merge pull request #83 from GalaxeTV/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/setup-java-4.0.0
  • Loading branch information
dependabot[bot] authored Jan 3, 2024
2 parents 3c64482 + b72edea commit ae811cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/enforce-spotless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
fetch-depth: 0

# Setup Java 17
- uses: actions/setup-java@v3.13.0
- uses: actions/setup-java@v4.0.0
with:
distribution: 'temurin'
java-version: 17
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
with:
fetch-depth: 0
- 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 ae811cf

Please sign in to comment.