From ec6e29e82367684da0aade49e27a9d2e6c3f37d1 Mon Sep 17 00:00:00 2001 From: Yuji Yaginuma Date: Thu, 26 Oct 2023 11:04:35 +0900 Subject: [PATCH] Bump `Checkout` action to V4 The `Checkout` action V2 uses old Node.js. It causes a lot of warnings and bump version to fix those. Ref: "Annotations" section in https://github.com/zdennis/activerecord-import/actions/runs/6556382678 --- .github/workflows/test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index e905abc5..9187a85b 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -71,7 +71,7 @@ jobs: AR_VERSION: ${{ matrix.env.AR_VERSION }} DB_DATABASE: activerecord_import_test steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby }} @@ -110,7 +110,7 @@ jobs: env: AR_VERSION: '7.0' steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - uses: ruby/setup-ruby@v1 with: ruby-version: 2.7