Skip to content

Commit

Permalink
Merge pull request #86 from scala/setup-java-checkout-action
Browse files Browse the repository at this point in the history
Update ci.yml
  • Loading branch information
tgodzik authored Oct 5, 2024
2 parents 5470d34 + aba85bc commit 09f4003
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 @@ -10,9 +10,9 @@ jobs:
fail-fast: false
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: coursier/cache-action@v6
- uses: actions/setup-java@v2
- uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 8
Expand Down

0 comments on commit 09f4003

Please sign in to comment.