From 4efdc79e30b4acadc82045b93dd105e93e87a965 Mon Sep 17 00:00:00 2001 From: kojix2 <2xijok@gmail.com> Date: Wed, 19 Oct 2022 09:18:44 +0900 Subject: [PATCH] Use actions/checkout v3 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b6792a8..acce4aa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: os: [ 'ubuntu', 'macos' ] ruby: [ '2.4', '2.5', '2.6', '2.7', '3.0', '3.1' ] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby }}