Skip to content

Commit c56c9a1

Browse files
committed
Upgrade java action to v4
1 parent c0356be commit c56c9a1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/base-jobs.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Clone
1212
uses: actions/checkout@v4
1313

14-
- uses: buildjet/setup-java@v3
14+
- uses: buildjet/setup-java@v4
1515
with:
1616
distribution: 'temurin'
1717
java-version: '17'
@@ -26,10 +26,13 @@ jobs:
2626
with:
2727
chrome-version: 'stable'
2828
id: setup-chrome
29+
2930
- run: which chrome
31+
3032
- uses: nanasess/setup-chromedriver@v2
3133
with:
3234
chromedriver-version: ${{ steps.setup-chrome.outputs.chrome-version }}
35+
3336
- run: which chromedriver
3437

3538
# Copy docs from dependent projects, run tutor on local courses folder and copy results into docs and static/assets

0 commit comments

Comments
 (0)