diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index ba0cd04f2..6850563c8 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -33,7 +33,7 @@ jobs: id: toolchain with: components: clippy - - uses: actions/cache@v4 + - uses: actions/cache@v5 with: path: | ~/.cargo/registry/index/ @@ -68,7 +68,7 @@ jobs: components: llvm-tools-preview - name: Install cargo-llvm-cov uses: taiki-e/install-action@cargo-llvm-cov - - uses: actions/cache@v4 + - uses: actions/cache@v5 with: path: | ~/.cargo/registry/index/ @@ -100,7 +100,7 @@ jobs: id: toolchain with: components: clippy - - uses: actions/cache@v4 + - uses: actions/cache@v5 with: path: | ~/.cargo/registry/index/ @@ -120,7 +120,7 @@ jobs: id: toolchain with: components: llvm-tools-preview - - uses: actions/cache@v4 + - uses: actions/cache@v5 with: path: | ~/.cargo/registry/index/ diff --git a/.github/workflows/typescript.yml b/.github/workflows/typescript.yml index a3dd04eac..47a6b5718 100644 --- a/.github/workflows/typescript.yml +++ b/.github/workflows/typescript.yml @@ -18,7 +18,7 @@ jobs: - name: Install protobuf compiler and libglib2.0 run: sudo apt-get update && sudo apt-get install -y -qq protobuf-compiler libglib2.0-dev-bin - name: Cache .turbo folder - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: .turbo key: turbo-test-${{ runner.os }}-${{ github.sha }}