Skip to content

Commit 06fd137

Browse files
chore(deps): update actions/setup-java action to v4
1 parent e72818d commit 06fd137

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Check Python version
1919
run: python --version
2020
- name: Setup Java
21-
uses: actions/setup-java@v3
21+
uses: actions/setup-java@v4
2222
with:
2323
distribution: 'temurin'
2424
java-version: 17

0 commit comments

Comments
 (0)