From 826adc144a77fa3c17b01ae6005fcea4388a77fa Mon Sep 17 00:00:00 2001 From: Ilya Moskalev Date: Mon, 21 Nov 2022 11:45:04 +0100 Subject: [PATCH] Updating setup ruby action --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0ea0229..9e82631 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,9 +13,9 @@ jobs: os: ["windows-latest", "ubuntu-latest"] ruby: ["3.0.x", "2.7.x", "2.6.x", "2.5.x"] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Set up Ruby - uses: actions/setup-ruby@v1 + uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby }} - name: Set up Bundler