Skip to content

Commit fce414c

Browse files
committed
github-actionify: use setup-java v3
No particular reason -- it's just the newest now.
1 parent 8b3e50a commit fce414c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

github-actionify.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ process() {
114114

115115
actionCheckout="uses: actions/checkout@v2"
116116
actionSetupJava="name: Set up Java
117-
uses: actions/setup-java@v2
117+
uses: actions/setup-java@v3
118118
with:
119119
java-version: '8'
120120
distribution: 'zulu'

0 commit comments

Comments
 (0)