Skip to content

Commit

Permalink
Update CI deps (#396)
Browse files Browse the repository at this point in the history
  • Loading branch information
giarc3 authored Dec 10, 2024
1 parent 730663d commit 9dfa40c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up JDK 11
uses: olafurpg/setup-scala@v10
uses: olafurpg/setup-scala@v14
with:
java-version: 11
- name: Cache
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: |
~/.cache/coursier
Expand Down

0 comments on commit 9dfa40c

Please sign in to comment.