Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0da556e

Browse files
authoredJun 20, 2022
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

Lines changed: 1 addition & 1 deletion
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)
Please sign in to comment.