Skip to content

Commit 56972d0

Browse files
authored
Merge pull request #11 from OneLiteFeatherNET/renovate/actions-setup-java-4.x
Update actions/setup-java action to v4
2 parents 3e5613e + 70bee71 commit 56972d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: actions/checkout@v4
1717

1818
- name: Set up JDK 21
19-
uses: actions/setup-java@v3
19+
uses: actions/setup-java@v4
2020
with:
2121
distribution: 'temurin'
2222
java-version: '21'

0 commit comments

Comments
 (0)