Skip to content

Commit e2a59af

Browse files
Update sbt-typelevel, ... to 0.8.1 (#265)
* Update sbt-typelevel, ... to 0.8.1 * Regenerate GitHub Actions workflow Executed command: sbt githubWorkflowGenerate
1 parent 0bdc78e commit e2a59af

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
timeout-minutes: 60
7373
steps:
7474
- name: Checkout current branch (full)
75-
uses: actions/checkout@v4
75+
uses: actions/checkout@v5
7676
with:
7777
fetch-depth: 0
7878

@@ -82,7 +82,7 @@ jobs:
8282
- name: Setup Java (temurin@8)
8383
id: setup-java-temurin-8
8484
if: matrix.java == 'temurin@8'
85-
uses: actions/setup-java@v4
85+
uses: actions/setup-java@v5
8686
with:
8787
distribution: temurin
8888
java-version: 8
@@ -136,7 +136,7 @@ jobs:
136136
runs-on: ${{ matrix.os }}
137137
steps:
138138
- name: Checkout current branch (full)
139-
uses: actions/checkout@v4
139+
uses: actions/checkout@v5
140140
with:
141141
fetch-depth: 0
142142

@@ -146,7 +146,7 @@ jobs:
146146
- name: Setup Java (temurin@8)
147147
id: setup-java-temurin-8
148148
if: matrix.java == 'temurin@8'
149-
uses: actions/setup-java@v4
149+
uses: actions/setup-java@v5
150150
with:
151151
distribution: temurin
152152
java-version: 8
@@ -530,7 +530,7 @@ jobs:
530530
runs-on: ${{ matrix.os }}
531531
steps:
532532
- name: Checkout current branch (full)
533-
uses: actions/checkout@v4
533+
uses: actions/checkout@v5
534534
with:
535535
fetch-depth: 0
536536

@@ -540,7 +540,7 @@ jobs:
540540
- name: Setup Java (temurin@8)
541541
id: setup-java-temurin-8
542542
if: matrix.java == 'temurin@8'
543-
uses: actions/setup-java@v4
543+
uses: actions/setup-java@v5
544544
with:
545545
distribution: temurin
546546
java-version: 8

project/plugins.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.8.0")
2-
addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.8.0")
1+
addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.8.1")
2+
addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.8.1")
33
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.13.1")

0 commit comments

Comments
 (0)