Skip to content

Commit 46442e8

Browse files
authored
Update bob.yml
1 parent cf2665f commit 46442e8

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/bob.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,10 @@ jobs:
1616
name: Build
1717
steps:
1818
- uses: actions/checkout@v2
19-
- uses: actions/setup-java@v1
19+
- uses: actions/setup-java@v3
2020
with:
21-
java-version: '11.0.2'
21+
java-version: '17.0.5+8'
22+
distribution: 'temurin'
2223

2324
- name: Get Defold version
2425
run: |
@@ -48,9 +49,10 @@ jobs:
4849
name: Build
4950
steps:
5051
- uses: actions/checkout@v2
51-
- uses: actions/setup-java@v1
52+
- uses: actions/setup-java@v3
5253
with:
53-
java-version: '11.0.2'
54+
java-version: '17.0.5+8'
55+
distribution: 'temurin'
5456

5557
- name: Get Defold version
5658
run: |

0 commit comments

Comments
 (0)