Skip to content

Commit d746e03

Browse files
authored
Merge pull request #821 from Dwolla/update/sbt-typelevel-ci-release-0.8.1
Update sbt-typelevel-ci-release, ... to 0.8.1
2 parents 29e98df + 4dac2d2 commit d746e03

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
timeout-minutes: 60
3939
steps:
4040
- name: Checkout current branch (full)
41-
uses: actions/checkout@v4
41+
uses: actions/checkout@v5
4242
with:
4343
fetch-depth: 0
4444

@@ -48,7 +48,7 @@ jobs:
4848
- name: Setup Java (temurin@8)
4949
id: setup-java-temurin-8
5050
if: matrix.java == 'temurin@8'
51-
uses: actions/setup-java@v4
51+
uses: actions/setup-java@v5
5252
with:
5353
distribution: temurin
5454
java-version: 8
@@ -61,7 +61,7 @@ jobs:
6161
- name: Setup Java (temurin@11)
6262
id: setup-java-temurin-11
6363
if: matrix.java == 'temurin@11'
64-
uses: actions/setup-java@v4
64+
uses: actions/setup-java@v5
6565
with:
6666
distribution: temurin
6767
java-version: 11
@@ -102,7 +102,7 @@ jobs:
102102
runs-on: ${{ matrix.os }}
103103
steps:
104104
- name: Checkout current branch (full)
105-
uses: actions/checkout@v4
105+
uses: actions/checkout@v5
106106
with:
107107
fetch-depth: 0
108108

@@ -112,7 +112,7 @@ jobs:
112112
- name: Setup Java (temurin@8)
113113
id: setup-java-temurin-8
114114
if: matrix.java == 'temurin@8'
115-
uses: actions/setup-java@v4
115+
uses: actions/setup-java@v5
116116
with:
117117
distribution: temurin
118118
java-version: 8
@@ -125,7 +125,7 @@ jobs:
125125
- name: Setup Java (temurin@11)
126126
id: setup-java-temurin-11
127127
if: matrix.java == 'temurin@11'
128-
uses: actions/setup-java@v4
128+
uses: actions/setup-java@v5
129129
with:
130130
distribution: temurin
131131
java-version: 11
@@ -229,7 +229,7 @@ jobs:
229229
runs-on: ${{ matrix.os }}
230230
steps:
231231
- name: Checkout current branch (full)
232-
uses: actions/checkout@v4
232+
uses: actions/checkout@v5
233233
with:
234234
fetch-depth: 0
235235

@@ -239,7 +239,7 @@ jobs:
239239
- name: Setup Java (temurin@8)
240240
id: setup-java-temurin-8
241241
if: matrix.java == 'temurin@8'
242-
uses: actions/setup-java@v4
242+
uses: actions/setup-java@v5
243243
with:
244244
distribution: temurin
245245
java-version: 8
@@ -252,7 +252,7 @@ jobs:
252252
- name: Setup Java (temurin@11)
253253
id: setup-java-temurin-11
254254
if: matrix.java == 'temurin@11'
255-
uses: actions/setup-java@v4
255+
uses: actions/setup-java@v5
256256
with:
257257
distribution: temurin
258258
java-version: 11

project/plugins.sbt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.20.1")
22
addSbtPlugin("org.portable-scala" % "sbt-crossproject" % "1.3.2")
33
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2")
4-
addSbtPlugin("org.typelevel" % "sbt-typelevel-ci-release" % "0.8.0")
5-
addSbtPlugin("org.typelevel" % "sbt-typelevel-settings" % "0.8.0")
6-
addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.8.0")
7-
addSbtPlugin("org.typelevel" % "sbt-typelevel-no-publish" % "0.8.0")
4+
addSbtPlugin("org.typelevel" % "sbt-typelevel-ci-release" % "0.8.1")
5+
addSbtPlugin("org.typelevel" % "sbt-typelevel-settings" % "0.8.1")
6+
addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.8.1")
7+
addSbtPlugin("org.typelevel" % "sbt-typelevel-no-publish" % "0.8.1")
88

99

1010
addSbtPlugin("org.scalablytyped.converter" % "sbt-converter" % "1.0.0-beta44")

0 commit comments

Comments
 (0)