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 d221b0c commit 2a3445cCopy full SHA for 2a3445c
.github/workflows/ci.yml
@@ -10,7 +10,7 @@ jobs:
10
build:
11
runs-on: ubuntu-latest
12
steps:
13
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
14
- name: Restore caches
15
uses: coursier/cache-action@v6
16
- uses: coursier/setup-action@v1
.github/workflows/release.yml
@@ -7,7 +7,7 @@ jobs:
7
publish:
8
9
with:
fetch-depth: 0
- uses: olafurpg/setup-scala@v13
0 commit comments