Skip to content

Commit 318cba2

Browse files
Update sbt-typelevel-ci-release to 0.8.4 (#1553)
* Update sbt-typelevel-ci-release to 0.8.4 * Regenerate GitHub Actions workflow Executed command: sbt githubWorkflowGenerate
1 parent 3668b48 commit 318cba2

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
timeout-minutes: 60
4141
steps:
4242
- name: Checkout current branch (full)
43-
uses: actions/checkout@v5
43+
uses: actions/checkout@v6
4444
with:
4545
fetch-depth: 0
4646

@@ -129,7 +129,7 @@ jobs:
129129
runs-on: ${{ matrix.os }}
130130
steps:
131131
- name: Checkout current branch (full)
132-
uses: actions/checkout@v5
132+
uses: actions/checkout@v6
133133
with:
134134
fetch-depth: 0
135135

@@ -261,7 +261,7 @@ jobs:
261261
runs-on: ${{ matrix.os }}
262262
steps:
263263
- name: Checkout current branch (full)
264-
uses: actions/checkout@v5
264+
uses: actions/checkout@v6
265265
with:
266266
fetch-depth: 0
267267

@@ -309,7 +309,7 @@ jobs:
309309
runs-on: ${{ matrix.os }}
310310
steps:
311311
- name: Checkout current branch (fast)
312-
uses: actions/checkout@v5
312+
uses: actions/checkout@v6
313313

314314
- name: Setup Java (temurin@11)
315315
id: setup-java-temurin-11

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
addSbtPlugin("org.typelevel" % "sbt-typelevel-ci-release" % "0.8.3")
1+
addSbtPlugin("org.typelevel" % "sbt-typelevel-ci-release" % "0.8.4")
22
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.13.1")
33
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.8")
44

0 commit comments

Comments
 (0)