Skip to content

Commit dffe5cc

Browse files
chore(deps): update github-actions (#114)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [CodSpeedHQ/action](https://github.com/CodSpeedHQ/action) | action | patch | `v4.3.3` -> `v4.3.4` | | [oxc-project/setup-rust](https://github.com/oxc-project/setup-rust) | action | patch | `v1.0.8` -> `v1.0.9` | --- ### Release Notes <details> <summary>CodSpeedHQ/action (CodSpeedHQ/action)</summary> ### [`v4.3.4`](https://github.com/CodSpeedHQ/action/releases/tag/v4.3.4) [Compare Source](https://github.com/CodSpeedHQ/action/compare/v4.3.3...v4.3.4) #### Release Notes ##### <!-- 0 -->🚀 Features - Make `get_commit_hash` different based on the provider by [@&#8203;GuillaumeLagrange](https://github.com/GuillaumeLagrange) in [#&#8203;151](https://github.com/CodSpeedHQ/runner/pull/151) ##### <!-- 1 -->🐛 Bug Fixes - Use GITHUB\_WORKSPACE env var when computing root path by [@&#8203;GuillaumeLagrange](https://github.com/GuillaumeLagrange) - Ensure perf also fails when the command fails by [@&#8203;not-matthias](https://github.com/not-matthias) in [#&#8203;150](https://github.com/CodSpeedHQ/runner/pull/150) - Ensure working directory is used when running the cmd by [@&#8203;not-matthias](https://github.com/not-matthias) - Use debug! instead of println for debug data by [@&#8203;art049](https://github.com/art049) ##### <!-- 7 -->⚙️ Internals - chore: bump runner version to 4.3.4 by [@&#8203;github-actions](https://github.com/github-actions)\[bot] in [#&#8203;154](https://github.com/CodSpeedHQ/action/pull/154) #### Install codspeed-runner 4.3.4 ##### Install prebuilt binaries via shell script ```sh curl --proto '=https' --tlsv1.2 -LsSf https://github.com/CodSpeedHQ/runner/releases/download/v4.3.4/codspeed-runner-installer.sh | sh ``` #### Download codspeed-runner 4.3.4 | File | Platform | Checksum | | -------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------- | ---------------------------------------------------------------------------------------------------------------------------------- | | [codspeed-runner-aarch64-unknown-linux-musl.tar.gz](https://github.com/CodSpeedHQ/runner/releases/download/v4.3.4/codspeed-runner-aarch64-unknown-linux-musl.tar.gz) | ARM64 MUSL Linux | [checksum](https://github.com/CodSpeedHQ/runner/releases/download/v4.3.4/codspeed-runner-aarch64-unknown-linux-musl.tar.gz.sha256) | | [codspeed-runner-x86\_64-unknown-linux-musl.tar.gz](https://github.com/CodSpeedHQ/runner/releases/download/v4.3.4/codspeed-runner-x86_64-unknown-linux-musl.tar.gz) | x64 MUSL Linux | [checksum](https://github.com/CodSpeedHQ/runner/releases/download/v4.3.4/codspeed-runner-x86_64-unknown-linux-musl.tar.gz.sha256) | **Full Runner Changelog**: <https://github.com/CodSpeedHQ/runner/blob/main/CHANGELOG.md> **Full Changelog**: <CodSpeedHQ/action@v4.3.3...v4.3.4> </details> <details> <summary>oxc-project/setup-rust (oxc-project/setup-rust)</summary> ### [`v1.0.9`](https://github.com/oxc-project/setup-rust/releases/tag/v1.0.9) [Compare Source](https://github.com/oxc-project/setup-rust/compare/v1.0.8...v1.0.9) ##### What's Changed - chore(deps): update taiki-e/install-action action to v2.62.47 by [@&#8203;renovate](https://github.com/renovate)\[bot] in [#&#8203;26](https://github.com/oxc-project/setup-rust/pull/26) **Full Changelog**: <oxc-project/setup-rust@v1.0.8...v1.0.9> </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 is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.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://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/oxc-project/json-strip-comments). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNzMuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE3My4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 139160b commit dffe5cc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/benchmark.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
steps:
3030
- uses: taiki-e/checkout-action@b13d20b7cda4e2f325ef19895128f7ff735c0b3d # v1.3.1
3131

32-
- uses: oxc-project/setup-rust@f03aedf4620c1d3aa169a2510e24787d362bbe0b # v1.0.8
32+
- uses: oxc-project/setup-rust@83350c0ef69ec34f00be596f1cb9302179b9f43d # v1.0.9
3333
with:
3434
cache-key: benchmark
3535
save-cache: ${{ github.ref_name == 'main' }}
@@ -39,7 +39,7 @@ jobs:
3939
run: cargo codspeed build --features codspeed
4040

4141
- name: Run benchmark
42-
uses: CodSpeedHQ/action@bb005fe1c1eea036d3894f02c049cb6b154a1c27 # v4.3.3
42+
uses: CodSpeedHQ/action@6a8e2b874c338bf81cc5e8be715ada75908d3871 # v4.3.4
4343
timeout-minutes: 15
4444
with:
4545
run: cargo codspeed run

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- uses: taiki-e/checkout-action@b13d20b7cda4e2f325ef19895128f7ff735c0b3d # v1.3.1
23-
- uses: oxc-project/setup-rust@f03aedf4620c1d3aa169a2510e24787d362bbe0b # v1.0.8
23+
- uses: oxc-project/setup-rust@83350c0ef69ec34f00be596f1cb9302179b9f43d # v1.0.9
2424
with:
2525
save-cache: ${{ github.ref_name == 'main' }}
2626
components: clippy
@@ -34,7 +34,7 @@ jobs:
3434
steps:
3535
- uses: taiki-e/checkout-action@b13d20b7cda4e2f325ef19895128f7ff735c0b3d # v1.3.1
3636

37-
- uses: oxc-project/setup-rust@f03aedf4620c1d3aa169a2510e24787d362bbe0b # v1.0.8
37+
- uses: oxc-project/setup-rust@83350c0ef69ec34f00be596f1cb9302179b9f43d # v1.0.9
3838
with:
3939
save-cache: ${{ github.ref_name == 'main' }}
4040
cache-key: wasm

0 commit comments

Comments
 (0)