From 8b75b3d52eef378e3e778e932689ea5ed02447c3 Mon Sep 17 00:00:00 2001 From: Jonathan Clem Date: Wed, 28 Aug 2019 17:27:18 -0400 Subject: [PATCH] Use Ruby 2.x --- .github/workflows/licensed.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/licensed.yml b/.github/workflows/licensed.yml index 4fee6d5..4820edc 100644 --- a/.github/workflows/licensed.yml +++ b/.github/workflows/licensed.yml @@ -12,6 +12,6 @@ jobs: steps: - uses: actions/checkout@v1.0.0 - uses: actions/setup-ruby@v1.0.2 - with: {ruby-version: 3.x} + with: {ruby-version: 2.x} - run: gem install licensed - run: licensed status