diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f28c2ff..91c47bd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: id: cache run: echo "::set-output name=path::$(pnpm store path)" - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: path: ${{ steps.cache.outputs.path }} key: v1-pnpm-${{ hashFiles('**/pnpm-lock.yaml') }} @@ -52,7 +52,7 @@ jobs: id: cache run: echo "::set-output name=path::$(pnpm store path)" - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: path: ${{ steps.cache.outputs.path }} key: v1-pnpm-${{ hashFiles('**/pnpm-lock.yaml') }} @@ -79,7 +79,7 @@ jobs: id: cache run: echo "::set-output name=path::$(pnpm store path)" - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: path: ${{ steps.cache.outputs.path }} key: v1-pnpm-${{ hashFiles('**/pnpm-lock.yaml') }}