From 325fc07666101fcad8deeab04e819171cd30cd91 Mon Sep 17 00:00:00 2001 From: Akira Matsuda Date: Tue, 6 Feb 2024 10:41:16 +0900 Subject: [PATCH] [CI] "Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3" --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 53d9314a..25ddb3fa 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -199,7 +199,7 @@ jobs: runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up Ruby uses: ruby/setup-ruby@v1 with: