From 686b6f5f7a3e5b81c6110d5c97b4898f2f8175f2 Mon Sep 17 00:00:00 2001 From: Ryan Peters Date: Wed, 3 Feb 2021 15:10:26 -0600 Subject: [PATCH] Replace actions/setup-ruby with ruby/setup-ruby --- .github/workflows/ci.yml | 2 +- build.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 045da5bd..21558344 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,7 +49,7 @@ jobs: key: ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }} - name: Setup Ruby - uses: actions/setup-ruby@v1 + uses: ruby/setup-ruby@v1 with: ruby-version: 2.7 diff --git a/build.sbt b/build.sbt index 76c2e691..680d9a5c 100644 --- a/build.sbt +++ b/build.sbt @@ -29,7 +29,7 @@ ThisBuild / crossScalaVersions := Seq("3.0.0-M2", "3.0.0-M3", "2.12.12", Scala21 ThisBuild / githubWorkflowBuildPreamble ++= Seq( WorkflowStep.Use( - "actions", + "ruby", "setup-ruby", "v1", name = Some("Setup Ruby"),