diff --git a/.github/workflows/ci-utils.yml b/.github/workflows/ci-utils.yml index 5d7d7dfc..a9387491 100644 --- a/.github/workflows/ci-utils.yml +++ b/.github/workflows/ci-utils.yml @@ -38,7 +38,7 @@ jobs: run: | echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV - - uses: actions/cache@v3 + - uses: actions/cache@v4 name: Setup pnpm cache with: path: ${{ env.STORE_PATH }} @@ -83,7 +83,7 @@ jobs: run: | echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV - - uses: actions/cache@v3 + - uses: actions/cache@v4 name: Setup pnpm cache with: path: ${{ env.STORE_PATH }}