Skip to content

Commit 0da556e

Browse files
authored
Merge pull request #12 from coder/dependabot/github_actions/main/actions/setup-java-3
chore: bump actions/setup-java from 2 to 3
2 parents cfb6309 + 35d4573 commit 0da556e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242

4343
# Setup Java 11 environment for the next steps
4444
- name: Setup Java
45-
uses: actions/setup-java@v2
45+
uses: actions/setup-java@v3
4646
with:
4747
distribution: zulu
4848
java-version: 11

0 commit comments

Comments
 (0)