diff --git a/action.yml b/action.yml index 5df4806..28de073 100644 --- a/action.yml +++ b/action.yml @@ -26,7 +26,7 @@ runs: echo "::set-output name=pnpm_cache_dir::$(pnpm store path)" shell: bash - - uses: actions/cache@v4 + - uses: actions/cache@v5 name: Setup pnpm cache with: path: ${{ steps.pnpm-cache.outputs.pnpm_cache_dir }}