Skip to content

Commit

Permalink
Updating CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
davesmith00000 committed Nov 6, 2024
1 parent 8563747 commit 65a70f4
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 @@ -4,9 +4,9 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- uses: coursier/cache-action@v6
- uses: olafurpg/setup-scala@v11
- uses: coursier/setup-action@v1
with:
java-version: [email protected]
- name: Indigo Compile & Test
Expand Down

0 comments on commit 65a70f4

Please sign in to comment.