Skip to content

Commit ad25333

Browse files
chore(deps): update actions/setup-java action to v3 (#16)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6cd4433 commit ad25333

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
steps:
2525
- uses: actions/checkout@v3
2626
- name: Set up JDK 11
27-
uses: actions/setup-java@v2
27+
uses: actions/setup-java@v3
2828
with:
2929
java-version: '11'
3030
distribution: 'adopt'

0 commit comments

Comments
 (0)