Skip to content

Commit

Permalink
Merge pull request #1241 from scala-steward/update/sbt-typelevel-merg…
Browse files Browse the repository at this point in the history
…ify-0.6.5

Update sbt-typelevel-mergify to 0.6.5
  • Loading branch information
mergify[bot] authored Jan 14, 2024
2 parents 6fc8bc4 + 70463fe commit 8a00358
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:

- name: Upload target directories
if: github.event_name != 'pull_request' && (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/v'))
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: target-${{ matrix.os }}-${{ matrix.java }}-${{ matrix.scala }}
path: targets.tar
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
run: sbt +update

- name: Download target directories (2.12)
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: target-${{ matrix.os }}-${{ matrix.java }}-2.12

Expand All @@ -119,7 +119,7 @@ jobs:
rm targets.tar
- name: Download target directories (2.13)
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13

Expand All @@ -129,7 +129,7 @@ jobs:
rm targets.tar
- name: Download target directories (3)
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: target-${{ matrix.os }}-${{ matrix.java }}-3

Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.16")

addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.9")

addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.6.4")
addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.6.5")

addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.7")

0 comments on commit 8a00358

Please sign in to comment.