Skip to content

Commit 52cf44b

Browse files
Update sbt-typelevel-ci-release, ... to 0.5.2 (#753)
* Update sbt-typelevel-ci-release, ... to 0.5.2 * Regenerate GitHub Actions workflow Executed command: sbt githubWorkflowGenerate --------- Co-authored-by: typelevel-steward[bot] <106827141+typelevel-steward[bot]@users.noreply.github.com>
1 parent 07e8053 commit 52cf44b

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
@@ -41,7 +41,7 @@ jobs:
4141
timeout-minutes: 60
4242
steps:
4343
- name: Checkout current branch (full)
44-
uses: actions/checkout@v3
44+
uses: actions/checkout@v4
4545
with:
4646
fetch-depth: 0
4747

@@ -91,7 +91,7 @@ jobs:
9191
runs-on: ${{ matrix.os }}
9292
steps:
9393
- name: Checkout current branch (full)
94-
uses: actions/checkout@v3
94+
uses: actions/checkout@v4
9595
with:
9696
fetch-depth: 0
9797

@@ -142,7 +142,7 @@ jobs:
142142
runs-on: ${{ matrix.os }}
143143
steps:
144144
- name: Checkout current branch (full)
145-
uses: actions/checkout@v3
145+
uses: actions/checkout@v4
146146
with:
147147
fetch-depth: 0
148148

@@ -174,7 +174,7 @@ jobs:
174174
runs-on: ${{ matrix.os }}
175175
steps:
176176
- name: Checkout current branch (full)
177-
uses: actions/checkout@v3
177+
uses: actions/checkout@v4
178178
with:
179179
fetch-depth: 0
180180

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.5.0"
1+
val sbtTypelevelVersion = "0.5.2"
22

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

0 commit comments

Comments
 (0)