Skip to content

Commit ef0d0e3

Browse files
Update sbt-typelevel-mergify to 0.6.5 (#3263)
* Update sbt-typelevel-mergify to 0.6.5 * Regenerate GitHub Actions workflow Executed command: sbt githubWorkflowGenerate
1 parent 4703630 commit ef0d0e3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787

8888
- name: Upload target directories
8989
if: github.event_name != 'pull_request' && (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v'))
90-
uses: actions/upload-artifact@v3
90+
uses: actions/upload-artifact@v4
9191
with:
9292
name: target-${{ matrix.os }}-${{ matrix.java }}-${{ matrix.scala }}
9393
path: targets.tar
@@ -134,7 +134,7 @@ jobs:
134134
run: sbt +update
135135

136136
- name: Download target directories (2.13)
137-
uses: actions/download-artifact@v3
137+
uses: actions/download-artifact@v4
138138
with:
139139
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13
140140

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.7")
1111
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2")
1212
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.5.2")
1313
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.9")
14-
addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.6.4")
14+
addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.6.5")

0 commit comments

Comments
 (0)