Skip to content

Commit

Permalink
Update checkout and setup-scala in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
julianpeeters committed Aug 6, 2024
1 parent c7400d7 commit fc47d7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
java: [[email protected], [email protected], [email protected]]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3.0.2
- uses: actions/checkout@v4
- name: Set up Java
uses: olafurpg/setup-scala@v13
uses: olafurpg/setup-scala@v14
with:
java-version: ${{ matrix.java }}
- name: Run tests
Expand Down

0 comments on commit fc47d7b

Please sign in to comment.