From c22ce2e2263cd698f500cc1a2b55dd6230ba9dea Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Wed, 10 Feb 2021 10:56:22 +0100 Subject: [PATCH] Migrate setup-ruby GitHub Action (#16483) --- .github/workflows/test.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c7484284e30..c3658569cdd 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -57,7 +57,7 @@ jobs: - name: Check out files from GitHub uses: actions/checkout@v2 - name: Setting up Ruby 2.6 - uses: actions/setup-ruby@v1.1.2 + uses: ruby/setup-ruby@v1.64.1 with: ruby-version: 2.6 - name: Setup Ruby Gems cache @@ -76,7 +76,9 @@ jobs: uses: actions/cache@v2.1.4 with: path: source/.jekyll-cache - key: jekyll-${{ hashFiles('**/Gemfile.lock') }}-${{ hashFiles('**/_config.yml') }} + key: + jekyll-${{ hashFiles('**/Gemfile.lock') }}-${{ + hashFiles('**/_config.yml') }} restore-keys: | jekyll-${{ hashFiles('**/Gemfile.lock') }}- jekyll-