From bdaaf625051c8ce9ad52aac52dd32a320dd91ad1 Mon Sep 17 00:00:00 2001 From: isamu Date: Sun, 24 May 2026 08:28:21 +0900 Subject: [PATCH] chore: upgrade actions/cache from v4 to v5 Co-Authored-By: Claude Opus 4.6 --- .github/workflows/pull_request.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull_request.yaml b/.github/workflows/pull_request.yaml index 0ff4c13..6b94679 100644 --- a/.github/workflows/pull_request.yaml +++ b/.github/workflows/pull_request.yaml @@ -39,7 +39,7 @@ jobs: shell: powershell - name: Cache node_modules (Windows) if: runner.os == 'Windows' - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: node_modules key: win-node-modules-${{ matrix.node-version }}-${{ hashFiles('yarn.lock') }}