From 18853bb5a77e73e0af5f9f1a169b052ae925b401 Mon Sep 17 00:00:00 2001 From: Akira Takahashi Date: Tue, 14 Jan 2025 11:59:31 +0900 Subject: [PATCH] Revert "Update actions" This reverts commit 1065351245b670f373430898d9ee0ac7689cf369. --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8490105..5b1e2af 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,11 +19,11 @@ jobs: # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v2 - run: git submodule update -i - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v4 + uses: actions/setup-node@v2 with: node-version: ${{ matrix.node-version }} cache: 'npm'