Skip to content

Commit 4032d06

Browse files
chore(deps): update actions/setup-java action to v4
1 parent 57c3868 commit 4032d06

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
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v4
1717
- uses: wagoid/commitlint-github-action@v5
1818
- name: Setup Java
19-
uses: actions/setup-java@v2
19+
uses: actions/setup-java@387ac29b308b003ca37ba93a6cab5eb57c8f5f93 # v4
2020
with:
2121
distribution: 'temurin'
2222
java-version: 17

0 commit comments

Comments
 (0)