From 2ef934ab7ce5402bf74ac3df3d739676d378f401 Mon Sep 17 00:00:00 2001 From: Autobot Date: Mon, 11 Sep 2023 04:29:03 +0000 Subject: [PATCH 1/2] Update sbt-typelevel, sbt-typelevel-site to 0.5.1 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 4a0a566..d4781b9 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -val typelevelV = "0.5.0" +val typelevelV = "0.5.1" addSbtPlugin("org.typelevel" % "sbt-typelevel" % typelevelV) addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % typelevelV) From 9b222a5d8750ad4bce0e4b95d6fb40191fa31a6f Mon Sep 17 00:00:00 2001 From: Autobot Date: Mon, 11 Sep 2023 04:29:28 +0000 Subject: [PATCH 2/2] Run prePR with sbt-typelevel Executed command: sbt tlPrePrBotHook --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 26300ba..2c06f4f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: timeout-minutes: 60 steps: - name: Checkout current branch (full) - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 @@ -95,7 +95,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Checkout current branch (full) - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 @@ -177,7 +177,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Checkout current branch (full) - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 @@ -209,7 +209,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Checkout current branch (full) - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0