Skip to content

Commit 6af3ebc

Browse files
committed
Update olafurpg/setup-scala action to v13
1 parent fbfd0bc commit 6af3ebc

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v2
12-
- uses: olafurpg/setup-scala@v12
12+
- uses: olafurpg/setup-scala@v13
1313
- uses: actions/setup-go@v2
1414
with:
1515
go-version: "^1.13.1"
@@ -19,5 +19,5 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- uses: actions/checkout@v2
22-
- uses: olafurpg/setup-scala@v12
22+
- uses: olafurpg/setup-scala@v13
2323
- run: sbt checkAll

.github/workflows/mdoc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@v2
1111
with:
1212
fetch-depth: 0
13-
- uses: olafurpg/setup-scala@v12
13+
- uses: olafurpg/setup-scala@v13
1414
- run: sbt docs/docusaurusPublishGhpages
1515
env:
1616
GIT_DEPLOY_KEY: ${{ secrets.GIT_DEPLOY_KEY }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@v2
1111
with:
1212
fetch-depth: 0
13-
- uses: olafurpg/setup-scala@v12
13+
- uses: olafurpg/setup-scala@v13
1414
- name: Publish ${{ github.ref }}
1515
run: sbt ci-release
1616
env:

.github/workflows/sourcegraph.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: "Upload LSIF"
1212
steps:
1313
- uses: actions/checkout@v2
14-
- uses: olafurpg/setup-scala@v12
14+
- uses: olafurpg/setup-scala@v13
1515
- uses: actions/setup-go@v2
1616
with:
1717
go-version: "1.15.6"

0 commit comments

Comments
 (0)