Skip to content

Commit d39e6d0

Browse files
chore(deps): update actions/setup-java action to v3.13.0
1 parent 00f4707 commit d39e6d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-and-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Validate Gradle Wrapper
2828
uses: gradle/wrapper-validation-action@v1.0.6
2929
- name: Setup JDK
30-
uses: actions/setup-java@v3.11.0
30+
uses: actions/setup-java@v3.13.0
3131
with:
3232
distribution: 'temurin'
3333
java-version: '11'

0 commit comments

Comments
 (0)