From 92d0d434bdb513e2f501eec1e3e0abea7dcd78e6 Mon Sep 17 00:00:00 2001 From: miyaji255 <84168445+miyaji255@users.noreply.github.com> Date: Sun, 15 Dec 2024 23:37:10 +0900 Subject: [PATCH] update actions/cache --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4aee992..2f33ac0 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -22,7 +22,7 @@ jobs: node-version-file: .node-version cache: pnpm - run: pnpm install - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: path: dist/cache key: ${{ runner.os }}-astro-build-${{ github.event_name == 'pull_request' && github.event.pull_request.id || 'main' }}