Skip to content

Commit b020be0

Browse files
authored
Merge pull request #76 from coder/dependabot/github_actions/main/actions/setup-java-3
chore: bump actions/setup-java from 2 to 3
2 parents 10c5e2f + 43dbd3d commit b020be0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
# Setup Java 17 environment for the next steps
2323
- name: Setup Java
24-
uses: actions/setup-java@v2
24+
uses: actions/setup-java@v3
2525
with:
2626
distribution: zulu
2727
java-version: 17

0 commit comments

Comments
 (0)