From 4a4c03cf6cbd82e14f6a10ed60475877dbaa42c1 Mon Sep 17 00:00:00 2001 From: Takeshi Nakatani Date: Wed, 13 Mar 2024 16:45:37 +0900 Subject: [PATCH] Updated github actions tools --- .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 0a4d536..d37f32b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -57,10 +57,10 @@ jobs: # job can access it # - name: Checkout sources - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }}