Skip to content

Commit

Permalink
Merge pull request #312 from sloshy/fix/use-ruby-gha
Browse files Browse the repository at this point in the history
Replace actions/setup-ruby with ruby/setup-ruby
  • Loading branch information
larsrh authored Feb 11, 2021
2 parents a199f26 + 686b6f5 commit 89c27a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand Down

0 comments on commit 89c27a3

Please sign in to comment.