Skip to content

Commit

Permalink
Upgrade java action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
JJWTimmer committed Jun 16, 2024
1 parent c0356be commit c56c9a1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/base-jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Clone
uses: actions/checkout@v4

- uses: buildjet/setup-java@v3
- uses: buildjet/setup-java@v4
with:
distribution: 'temurin'
java-version: '17'
Expand All @@ -26,10 +26,13 @@ jobs:
with:
chrome-version: 'stable'
id: setup-chrome

- run: which chrome

- uses: nanasess/setup-chromedriver@v2
with:
chromedriver-version: ${{ steps.setup-chrome.outputs.chrome-version }}

- run: which chromedriver

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

0 comments on commit c56c9a1

Please sign in to comment.