Skip to content

Commit 23e4199

Browse files
committed
bug(CI broken) Bump github actions vers and plugin versions.
1 parent 2a1875d commit 23e4199

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/publish.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v2
1313
- name: Package Command Line Jar
14-
uses: actions/setup-java@v1.4.3
14+
uses: actions/setup-java@v3.5.1
1515
with:
16-
java-version: '11.0.8'
16+
java-version: '11'
1717
- run: sbt clean test assembly
1818
- name: Upload Command Line Jar
1919
uses: actions/upload-artifact@v2
@@ -40,7 +40,7 @@ jobs:
4040
chmod 600 ~/.gnupg/*
4141
gpg --import --no-tty --batch --yes ~/.gnupg/private.key
4242
- name: Package
43-
uses: actions/setup-java@v1.4.3
43+
uses: actions/setup-java@v3.5.1
4444
with:
45-
java-version: '11.0.8'
45+
java-version: '11'
4646
- run: sbt publishSigned

project/plugins.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.1")
55
// sbt-sonatype plugin used to publish artifact to maven central via sonatype nexus
66
// sbt-pgp plugin used to sign the artifcat with pgp keys
77
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.4")
8-
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.0.1")
8+
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.1.2")
99
addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.1.1")

0 commit comments

Comments
 (0)