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.
2 parents 1de748b + 04b27f0 commit 8b7921eCopy full SHA for 8b7921e
.github/workflows/release.yml
@@ -7,7 +7,7 @@ jobs:
7
publish:
8
runs-on: ubuntu-latest
9
steps:
10
- - uses: actions/checkout@v2.4.0
+ - uses: actions/checkout@v3
11
- uses: olafurpg/setup-scala@v13
12
- name: Publish
13
run: |
.github/workflows/scala.yml
@@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-20.04
timeout-minutes: 30
- name: Set up JDK 8
uses: olafurpg/setup-scala@v13
14
with:
@@ -31,7 +31,7 @@ jobs:
31
platform: [ 'JVM', 'JS', 'Native' ]
32
33
- name: Checkout current branch
34
- uses: actions/checkout@v2.4.0
+ uses: actions/checkout@v3
35
36
fetch-depth: 0
37
- name: Setup Scala and Java
0 commit comments