From da2f9b50aabee857bdd9fd91bedb9bdcec6e9479 Mon Sep 17 00:00:00 2001 From: camelmasa Date: Wed, 25 Mar 2026 16:50:17 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20GitHub=20Actions=20=E3=81=AE=20uses=20?= =?UTF-8?q?=E5=8F=82=E7=85=A7=E3=82=92=20SHA=20=E3=81=A7=E3=83=94=E3=83=B3?= =?UTF-8?q?=E5=9B=BA=E5=AE=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 782d674..e32d5f0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,11 +9,11 @@ jobs: matrix: node-version: [16.x, 18.x] steps: - - uses: actions/checkout@v2 - - uses: actions/setup-node@v2 + - uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2 + - uses: actions/setup-node@7c12f8017d5436eb855f1ed4399f037a36fbd9e8 # v2 with: node-version: ${{ matrix.node-version }} - - uses: actions/cache@v2 + - uses: actions/cache@8492260343ad570701412c2f464a5877dc76bace # v2 with: path: node_modules key: ${{ runner.os }}-modules-${{ hashFiles('yarn.lock') }}