From 829cce4b1b795e413975201999b0c8a97a9f6428 Mon Sep 17 00:00:00 2001 From: Jon Dufresne Date: Thu, 23 Jun 2022 19:42:19 -0700 Subject: [PATCH] Update actions/checkout version in GitHub actions https://github.com/actions/checkout/releases --- .github/workflows/ruby.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml index 4c76b14f5e..f128c5c663 100644 --- a/.github/workflows/ruby.yml +++ b/.github/workflows/ruby.yml @@ -18,7 +18,7 @@ jobs: name: RuboCop runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: ruby/setup-ruby@v1 with: ruby-version: '2.7' @@ -44,7 +44,7 @@ jobs: - truffleruby-head continue-on-error: ${{ endsWith(matrix.ruby, 'head') }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby }}