From 649e7c30cfd09f3b7f80353f2a406d2e83443eca Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 04:05:57 +0000 Subject: [PATCH] chore(deps): update github-actions (#4652) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [cargo-bins/cargo-binstall](https://togithub.com/cargo-bins/cargo-binstall) | action | minor | `v1.8.0` -> `v1.9.0` | | [crate-ci/typos](https://togithub.com/crate-ci/typos) | action | patch | `v1.23.5` -> `v1.23.6` | --- ### Release Notes
cargo-bins/cargo-binstall (cargo-bins/cargo-binstall) ### [`v1.9.0`](https://togithub.com/cargo-bins/cargo-binstall/releases/tag/v1.9.0) [Compare Source](https://togithub.com/cargo-bins/cargo-binstall/compare/v1.8.0...v1.9.0) *Binstall is a tool to fetch and install Rust-based executables as binaries. It aims to be a drop-in replacement for `cargo install` in most cases. Install it today with `cargo install cargo-binstall`, from the binaries below, or if you already have it, upgrade with `cargo binstall cargo-binstall`.* ##### In this release: - Add `--maximum-resolution-timeout` ([#​1823](https://togithub.com/cargo-bins/cargo-binstall/issues/1823) [#​1862](https://togithub.com/cargo-bins/cargo-binstall/issues/1862)) - Fix: `--strategies` on CLI do not seem to override disabled-strategies in the manifest ([#​1851](https://togithub.com/cargo-bins/cargo-binstall/issues/1851) [#​1857](https://togithub.com/cargo-bins/cargo-binstall/issues/1857))
crate-ci/typos (crate-ci/typos) ### [`v1.23.6`](https://togithub.com/crate-ci/typos/releases/tag/v1.23.6) [Compare Source](https://togithub.com/crate-ci/typos/compare/v1.23.5...v1.23.6) #### \[1.23.6] - 2024-07-31 ##### Fixes - Updated the dictionary with the [July 2024](https://togithub.com/crate-ci/typos/issues/1051) changes
--- ### Configuration 📅 **Schedule**: Branch creation - "before 10am on monday" in timezone Asia/Shanghai, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/oxc-project/oxc). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7332de49b..15d84b421 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -141,7 +141,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: taiki-e/checkout-action@v1 - - uses: crate-ci/typos@v1.23.5 + - uses: crate-ci/typos@v1.23.6 with: files: . @@ -184,7 +184,7 @@ jobs: with: restore-cache: false if: steps.filter.outputs.src == 'true' - - uses: cargo-bins/cargo-binstall@v1.8.0 + - uses: cargo-bins/cargo-binstall@v1.9.0 if: steps.filter.outputs.src == 'true' - run: cargo binstall --no-confirm cargo-shear@1 if: steps.filter.outputs.src == 'true'