From a7e01ecd92cf1ed4968818f6ff51a42a19e25e7a Mon Sep 17 00:00:00 2001 From: Senryoku Date: Sat, 1 Jun 2024 21:33:30 +0200 Subject: [PATCH] [CI] Update deps --- .github/workflows/client.yml | 4 ++-- .github/workflows/server.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/client.yml b/.github/workflows/client.yml index 35e700a87..9c2b315e6 100644 --- a/.github/workflows/client.yml +++ b/.github/workflows/client.yml @@ -15,9 +15,9 @@ jobs: node-version: [20.x] steps: - - 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 }} cache: "npm" diff --git a/.github/workflows/server.yml b/.github/workflows/server.yml index 810329b71..cfdc26cf3 100644 --- a/.github/workflows/server.yml +++ b/.github/workflows/server.yml @@ -18,9 +18,9 @@ jobs: PERSISTENCE_LOCAL_PATH: . steps: - - 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 }} cache: "npm"