diff --git a/.github/actions/prepare-build-env/action.yml b/.github/actions/prepare-build-env/action.yml index 1b291c5..4282ca0 100644 --- a/.github/actions/prepare-build-env/action.yml +++ b/.github/actions/prepare-build-env/action.yml @@ -22,7 +22,7 @@ runs: - name: Cache rust-toolchain (restore) id: rustup-cache - uses: actions/cache/restore@v4.1.2 + uses: actions/cache/restore@v4.2.0 with: path: | ~/.rustup/toolchains @@ -45,7 +45,7 @@ runs: echo "version=$(rustc --version | cut -d ' ' -f 2)" >> $GITHUB_OUTPUT - name: Cache rust-toolchain (save) - uses: actions/cache/save@v4.1.2 + uses: actions/cache/save@v4.2.0 if: steps.rustup-cache.outputs.cache-hit != 'true' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/develop') with: path: | @@ -56,7 +56,7 @@ runs: - name: Cache cargo output (restore) id: cargo-cache - uses: actions/cache/restore@v4.1.2 + uses: actions/cache/restore@v4.2.0 with: path: | ~/.cargo/bin/