diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 546ed2539..f7a4f9a9f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: run: echo "path=$(pnpm store path --silent)" >> $GITHUB_OUTPUT - name: Cache pnpm store - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ${{ steps.pnpm-store.outputs.path }} key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }} @@ -77,7 +77,7 @@ jobs: || sudo apt-get install -y --no-install-recommends libsoup2.4-dev - name: Cache Cargo registry and build - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.cargo/registry