diff --git a/.github/actions/prepare-build-env/action.yml b/.github/actions/prepare-build-env/action.yml index 64f94c2..8194dcd 100644 --- a/.github/actions/prepare-build-env/action.yml +++ b/.github/actions/prepare-build-env/action.yml @@ -26,7 +26,7 @@ runs: - name: Cache rust-toolchain (restore) id: rustup-cache - uses: actions/cache/restore@v5.0.2 + uses: actions/cache/restore@v5.0.3 with: path: | ~/.rustup/toolchains @@ -49,7 +49,7 @@ runs: echo "version=$(rustc --version | cut -d ' ' -f 2)" >> $GITHUB_OUTPUT - name: Cache rust-toolchain (save) - uses: actions/cache/save@v5.0.2 + uses: actions/cache/save@v5.0.3 if: steps.rustup-cache.outputs.cache-hit != 'true' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/develop') with: path: | @@ -60,7 +60,7 @@ runs: - name: Cache cargo output (restore) id: cargo-cache - uses: actions/cache/restore@v5.0.2 + uses: actions/cache/restore@v5.0.3 with: path: | ~/.cargo/bin/