mirror of
https://github.com/danbulant/oxc
synced 2026-05-23 06:08:47 +00:00
chore(deps): update github-actions (#4652)
[](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 <details> <summary>cargo-bins/cargo-binstall (cargo-bins/cargo-binstall)</summary> ### [`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)) </details> <details> <summary>crate-ci/typos (crate-ci/typos)</summary> ### [`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 </details> --- ### 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. --- - [ ] <!-- rebase-check -->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). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
48031ada93
commit
649e7c30cf
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in a new issue