Skip to content

Commit

Permalink
ci: refine cache and scala-cli action versions to fix the build
Browse files Browse the repository at this point in the history
  • Loading branch information
suliatis committed Nov 22, 2023
1 parent 9391c4c commit 16fb8b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: coursier/cache-action@v6.3
- uses: VirtusLab/scala-cli-setup@v0.1
- uses: coursier/cache-action@v6
- uses: VirtusLab/scala-cli-setup@main
- name: Tests
run: make test

0 comments on commit 16fb8b9

Please sign in to comment.