We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dac8b3 commit cbca74aCopy full SHA for cbca74a
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
matrix:
17
scalaversion: ["2.12.19", "2.13.14", "3.3.3"]
18
steps:
19
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
20
- uses: coursier/cache-action@v6
21
- uses: coursier/setup-action@v1
22
with:
@@ -34,7 +34,7 @@ jobs:
34
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/')
35
needs: [build]
36
37
38
39
40
0 commit comments