From a010b219e6b849ad16648dda6808fb1619442d7e Mon Sep 17 00:00:00 2001 From: Mourits de Beer <31511766+ff137@users.noreply.github.com> Date: Fri, 19 Jan 2024 14:48:15 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8=20Update=20Scala=20Steward=20GitHu?= =?UTF-8?q?b=20Action=20(#18)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 🔨 Update Scala Steward GitHub Action * :arrow_up: Update sbt version --- .github/{ => workflows}/scala-steward.yml | 4 ++-- project/build.properties | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) rename .github/{ => workflows}/scala-steward.yml (88%) diff --git a/.github/scala-steward.yml b/.github/workflows/scala-steward.yml similarity index 88% rename from .github/scala-steward.yml rename to .github/workflows/scala-steward.yml index 1bc03c5..148866e 100644 --- a/.github/scala-steward.yml +++ b/.github/workflows/scala-steward.yml @@ -1,12 +1,12 @@ on: schedule: - - cron: "0 08 * * *" + - cron: "0 0 * * *" name: Launch Scala Steward jobs: scala-steward: - runs-on: ubuntu-22.04 + runs-on: ubuntu-latest name: Launch Scala Steward steps: - name: Launch Scala Steward diff --git a/project/build.properties b/project/build.properties index e8a1e24..abbbce5 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.9.7 +sbt.version=1.9.8