From 8ab389095ee9b83f76560bfc4bac4c53b1c6dc07 Mon Sep 17 00:00:00 2001 From: Olle Jonsson Date: Tue, 12 Oct 2021 12:48:31 +0200 Subject: [PATCH] CI: use ruby/setup-ruby in Publish Workflow This is for consistency, we are not using any of the specific features. --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index ee09de8..b6dca8c 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -13,9 +13,9 @@ jobs: - uses: actions/checkout@master - name: Set up Ruby 2.7 - uses: actions/setup-ruby@v1 + uses: ruby/setup-ruby@v1 with: - ruby-version: 2.7.x + ruby-version: 2.7 - name: Publish to RubyGems run: |