diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 7818aa0..4fa7ef3 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -28,7 +28,7 @@ jobs: run: | echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT - - uses: actions/cache@v5 + - uses: actions/cache@v6 name: Setup pnpm cache with: path: ${{ steps.pnpm-cache.outputs.STORE_PATH }}