Skip to content

Commit

Permalink
chore: upgrade GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
clintval committed Jul 28, 2024
1 parent 6bf0674 commit 1bef183
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ jobs:
suite: [ neodisambiguate ]
java-version: [ 1.8, 11, 17, 21 ]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v1
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
java-version: ${{ matrix.java-version }}
- name: Cache for Scala Dependencies
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: |
~/.mill/download
Expand Down

0 comments on commit 1bef183

Please sign in to comment.