Skip to content

Commit 5df7da4

Browse files
Update sbt-typelevel-ci-release, ... to 0.8.4 (#912)
* Update sbt-typelevel-ci-release, ... to 0.8.4 * Regenerate GitHub Actions workflow Executed command: sbt githubWorkflowGenerate --------- Co-authored-by: typelevel-steward[bot] <106827141+typelevel-steward[bot]@users.noreply.github.com>
1 parent 00efad5 commit 5df7da4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yml

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

@@ -95,7 +95,7 @@ jobs:
9595
runs-on: ${{ matrix.os }}
9696
steps:
9797
- name: Checkout current branch (full)
98-
uses: actions/checkout@v5
98+
uses: actions/checkout@v6
9999
with:
100100
fetch-depth: 0
101101

@@ -149,7 +149,7 @@ jobs:
149149
runs-on: ${{ matrix.os }}
150150
steps:
151151
- name: Checkout current branch (full)
152-
uses: actions/checkout@v5
152+
uses: actions/checkout@v6
153153
with:
154154
fetch-depth: 0
155155

@@ -184,7 +184,7 @@ jobs:
184184
runs-on: ${{ matrix.os }}
185185
steps:
186186
- name: Checkout current branch (full)
187-
uses: actions/checkout@v5
187+
uses: actions/checkout@v6
188188
with:
189189
fetch-depth: 0
190190

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
val sbtTypelevelVersion = "0.8.3"
1+
val sbtTypelevelVersion = "0.8.4"
22

33
addSbtPlugin("org.typelevel" % "sbt-typelevel-ci-release" % sbtTypelevelVersion)
44

0 commit comments

Comments
 (0)