From 23ac131774ea28aea192576d83d88d9efda64f5d Mon Sep 17 00:00:00 2001 From: Katsuhiko YOSHIDA Date: Sat, 14 Jan 2023 22:33:55 +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 22014b6..66ad777 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: ruby: ["2.2", "2.3", "2.4", "2.5", "2.6", "2.7", "3.0", "3.1", "ruby-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}} @@ -33,7 +33,7 @@ jobs: cruby-nokogiri-system-libraries: runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: ruby/setup-ruby@v1 with: ruby-version: "3.1" @@ -54,7 +54,7 @@ jobs: ruby: ["jruby-9.2", "jruby-9.3", "jruby-head"] runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: ruby/setup-ruby@v1 with: ruby-version: ${{matrix.ruby}}