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

Commit 4d84eca

Browse files
author
Mustafa ÖNCEL
authored
Merge pull request #16 from LifeMC/renovate/actions-setup-java-2.x
Update actions/setup-java action to v2.4.0
2 parents 75676e9 + ffe2ed6 commit 4d84eca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cli.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
3636

3737
- name: Set up JDK ${{ matrix.java }}
38-
uses: actions/setup-java@v2.3.1
38+
uses: actions/setup-java@v2.4.0
3939
with:
4040
distribution: 'temurin'
4141
java-version: ${{ matrix.java }}

0 commit comments

Comments
 (0)