Skip to content
This repository has been archived by the owner on Jan 13, 2023. It is now read-only.

Commit

Permalink
Merge pull request #16 from LifeMC/renovate/actions-setup-java-2.x
Browse files Browse the repository at this point in the history
Update actions/setup-java action to v2.4.0
  • Loading branch information
Mustafa ÖNCEL authored Nov 30, 2021
2 parents 75676e9 + ffe2ed6 commit 4d84eca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis

- name: Set up JDK ${{ matrix.java }}
uses: actions/setup-java@v2.3.1
uses: actions/setup-java@v2.4.0
with:
distribution: 'temurin'
java-version: ${{ matrix.java }}
Expand Down

0 comments on commit 4d84eca

Please sign in to comment.