diff --git a/.github/workflows/byoc-pilot-release.yml b/.github/workflows/byoc-pilot-release.yml index e07035c6..668a62d5 100644 --- a/.github/workflows/byoc-pilot-release.yml +++ b/.github/workflows/byoc-pilot-release.yml @@ -76,7 +76,7 @@ jobs: - uses: dtolnay/rust-toolchain@master with: toolchain: ${{ env.RUST_VERSION }} - - uses: actions/cache@v4 + - uses: actions/cache@v5 with: path: | ~/.cargo/registry @@ -194,7 +194,7 @@ jobs: - name: Restore cache (cached variant only) if: matrix.variant == 'cached' - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.cargo/registry