diff --git a/.github/actions/node-pnpm/action.yml b/.github/actions/node-pnpm/action.yml index ed74a2e..522747a 100644 --- a/.github/actions/node-pnpm/action.yml +++ b/.github/actions/node-pnpm/action.yml @@ -30,7 +30,7 @@ runs: echo "pnpm_cache_dir=$(pnpm store path)" >> $GITHUB_OUTPUT - name: Cache .pnpm-store - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ${{ steps.pnpm-cache.outputs.pnpm_cache_dir }}