Skip to content

Commit 1e3bf42

Browse files
committed
upgrade github actions
1 parent 203aede commit 1e3bf42

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
strategy:
2424
matrix:
2525
os: [ubuntu-latest]
26-
scala: [2.11.12, 2.12.15, 2.13.7]
26+
scala: [2.11.12, 2.12.15, 2.13.8]
2727
java: [zulu@8]
2828
runs-on: ${{ matrix.os }}
2929
steps:
@@ -121,12 +121,12 @@ jobs:
121121
tar xf targets.tar
122122
rm targets.tar
123123
124-
- name: Download target directories (2.13.7)
124+
- name: Download target directories (2.13.8)
125125
uses: actions/download-artifact@v2
126126
with:
127-
name: target-${{ matrix.os }}-2.13.7-${{ matrix.java }}
127+
name: target-${{ matrix.os }}-2.13.8-${{ matrix.java }}
128128

129-
- name: Inflate target directories (2.13.7)
129+
- name: Inflate target directories (2.13.8)
130130
run: |
131131
tar xf targets.tar
132132
rm targets.tar

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.1.2")
44

55
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.9.2")
66

7-
addSbtPlugin("com.codecommit" % "sbt-github-actions" % "0.14.0")
7+
addSbtPlugin("com.codecommit" % "sbt-github-actions" % "0.14.2")
88

99
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.10")

0 commit comments

Comments
 (0)