From c5ab4b5313481e395521eecda5f359b29fc2b69a Mon Sep 17 00:00:00 2001 From: camelmasa Date: Sun, 8 Sep 2024 11:26:47 +0900 Subject: [PATCH] Bump actions/setup-node, actions/setup-checkout --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7b09e5a..244875a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,12 +16,12 @@ jobs: node-version: [ '16', '18' ] steps: - name: Setup Node - uses: actions/setup-node@v1 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} - name: Check out source code - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Setup run: npm install