From 254a1c95cd6a8d9110fb65ab0262223a66b6d1db Mon Sep 17 00:00:00 2001 From: Katsuhiko YOSHIDA Date: Sat, 14 Jan 2023 22:27:10 +0900 Subject: [PATCH] Bump actions/checkout from 2 to 3 --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5a078b1..ee0628c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: rubocop: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: ruby/setup-ruby@v1 with: ruby-version: "3.1" @@ -34,7 +34,7 @@ jobs: ruby: ["2.5", "2.6", "2.7", "3.0", "3.1", "head", "truffleruby-head"] runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: ruby/setup-ruby@v1 with: ruby-version: ${{matrix.ruby}} @@ -55,7 +55,7 @@ jobs: command: "bundle exec rake test" runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: ruby/setup-ruby@v1 with: ruby-version: "3.1"