Skip to content

Commit 6fb5801

Browse files
chore(deps): update codspeedhq/action action to v4.2.1 (#98)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [CodSpeedHQ/action](https://redirect.github.com/CodSpeedHQ/action) | action | minor | `v4.1.1` -> `v4.2.1` | --- ### Release Notes <details> <summary>CodSpeedHQ/action (CodSpeedHQ/action)</summary> ### [`v4.2.1`](https://redirect.github.com/CodSpeedHQ/action/releases/tag/v4.2.1) [Compare Source](https://redirect.github.com/CodSpeedHQ/action/compare/v4.2.0...v4.2.1) #### Release Notes #### What's Changed ##### <!-- 0 -->🚀 Features - Use a prime number as frequency to avoid synchronization with periodic tasks by [@&#8203;adriencaccia](https://redirect.github.com/adriencaccia) - Pin actions/cache by [@&#8203;edgarrmondragon](https://redirect.github.com/edgarrmondragon) in [#&#8203;143](https://redirect.github.com/CodSpeedHQ/action/issues/143) - Fix action cache by [@&#8203;adriencaccia](https://redirect.github.com/adriencaccia) in [#&#8203;144](https://redirect.github.com/CodSpeedHQ/action/issues/144) ##### <!-- 1 -->🐛 Bug Fixes - Ensure perf is always found on the machine by [@&#8203;adriencaccia](https://redirect.github.com/adriencaccia) in [#&#8203;132](https://redirect.github.com/CodSpeedHQ/runner/pull/132) - Correctly check if perf is installed by [@&#8203;adriencaccia](https://redirect.github.com/adriencaccia) ##### <!-- 7 -->⚙️ Internals - Add a metadata file in the cache that lists the installed packages by [@&#8203;adriencaccia](https://redirect.github.com/adriencaccia) - chore: bump runner version to 4.2.1 by [@&#8203;adriencaccia](https://redirect.github.com/adriencaccia) in [#&#8203;145](https://redirect.github.com/CodSpeedHQ/action/issues/145) ##### New Contributors - [@&#8203;edgarrmondragon](https://redirect.github.com/edgarrmondragon) made their first contribution in [#&#8203;143](https://redirect.github.com/CodSpeedHQ/action/pull/143) #### Install codspeed-runner 4.2.1 ##### Install prebuilt binaries via shell script ```sh curl --proto '=https' --tlsv1.2 -LsSf https://github.com/CodSpeedHQ/runner/releases/download/v4.2.1/codspeed-runner-installer.sh | sh ``` #### Download codspeed-runner 4.2.1 | File | Platform | Checksum | | -------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------- | ---------------------------------------------------------------------------------------------------------------------------------- | | [codspeed-runner-aarch64-unknown-linux-musl.tar.gz](https://redirect.github.com/CodSpeedHQ/runner/releases/download/v4.2.1/codspeed-runner-aarch64-unknown-linux-musl.tar.gz) | ARM64 MUSL Linux | [checksum](https://redirect.github.com/CodSpeedHQ/runner/releases/download/v4.2.1/codspeed-runner-aarch64-unknown-linux-musl.tar.gz.sha256) | | [codspeed-runner-x86\_64-unknown-linux-musl.tar.gz](https://redirect.github.com/CodSpeedHQ/runner/releases/download/v4.2.1/codspeed-runner-x86_64-unknown-linux-musl.tar.gz) | x64 MUSL Linux | [checksum](https://redirect.github.com/CodSpeedHQ/runner/releases/download/v4.2.1/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.2.0...v4.2.1> ### [`v4.2.0`](https://redirect.github.com/CodSpeedHQ/action/releases/tag/v4.2.0) [Compare Source](https://redirect.github.com/CodSpeedHQ/action/compare/v4.1.1...v4.2.0) #### Changes ✨ This new release adds a way for the runner to save and restore instruments it installs to a cache directory. The [CodSpeed github action](https://redirect.github.com/CodSpeedHQ/action) automatically makes use of these feature to speedup runs in your CI! #### Details ##### <!-- 0 -->🚀 Features - chore: bump runner version to 4.2.0 by [@&#8203;github-actions](https://redirect.github.com/github-actions)\[bot] in [#&#8203;142](https://redirect.github.com/CodSpeedHQ/action/issues/142) - feat: cache valgrind installation from runner by [@&#8203;GuillaumeLagrange](https://redirect.github.com/GuillaumeLagrange) in [#&#8203;140](https://redirect.github.com/CodSpeedHQ/action/issues/140) - Allow caching installed executor instruments on ubuntu/debian by [@&#8203;GuillaumeLagrange](https://redirect.github.com/GuillaumeLagrange) in [#&#8203;129](https://redirect.github.com/CodSpeedHQ/runner/pull/129) - Automatically compress archive if profile folder is above a certain threshold by [@&#8203;GuillaumeLagrange](https://redirect.github.com/GuillaumeLagrange) in [#&#8203;130](https://redirect.github.com/CodSpeedHQ/runner/pull/129) ##### <!-- 1 -->🐛 Bug Fixes - Bump git2 to latest to support sparse checkout by [@&#8203;adriencaccia](https://redirect.github.com/adriencaccia) in [#&#8203;131](https://redirect.github.com/CodSpeedHQ/runner/pull/131) ##### <!-- 7 -->⚙️ Internals - Make fifo command dump trace level by [@&#8203;GuillaumeLagrange](https://redirect.github.com/GuillaumeLagrange) in [#&#8203;130](https://redirect.github.com/CodSpeedHQ/runner/pull/130) - chore: bump runner version to 4.2.0 by [@&#8203;github-actions](https://redirect.github.com/github-actions)\[bot] in [#&#8203;142](https://redirect.github.com/CodSpeedHQ/action/issues/142) #### Install codspeed-runner 4.2.0 ##### Install prebuilt binaries via shell script ```sh curl --proto '=https' --tlsv1.2 -LsSf https://github.com/CodSpeedHQ/runner/releases/download/v4.2.0/codspeed-runner-installer.sh | sh ``` #### Download codspeed-runner 4.2.0 | File | Platform | Checksum | | -------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------- | ---------------------------------------------------------------------------------------------------------------------------------- | | [codspeed-runner-aarch64-unknown-linux-musl.tar.gz](https://redirect.github.com/CodSpeedHQ/runner/releases/download/v4.2.0/codspeed-runner-aarch64-unknown-linux-musl.tar.gz) | ARM64 MUSL Linux | [checksum](https://redirect.github.com/CodSpeedHQ/runner/releases/download/v4.2.0/codspeed-runner-aarch64-unknown-linux-musl.tar.gz.sha256) | | [codspeed-runner-x86\_64-unknown-linux-musl.tar.gz](https://redirect.github.com/CodSpeedHQ/runner/releases/download/v4.2.0/codspeed-runner-x86_64-unknown-linux-musl.tar.gz) | x64 MUSL Linux | [checksum](https://redirect.github.com/CodSpeedHQ/runner/releases/download/v4.2.0/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.1.1...v4.2.0> </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 9am 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. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNDMuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE0My4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6acfbee commit 6fb5801

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: cargo codspeed build --features codspeed
4040

4141
- name: Run benchmark
42-
uses: CodSpeedHQ/action@6b43a0cd438f6ca5ad26f9ed03ed159ed2df7da9 # v4.1.1
42+
uses: CodSpeedHQ/action@c6574d0c2a990bca2842ce9af71549c5bfd7fbe0 # v4.2.1
4343
timeout-minutes: 15
4444
with:
4545
run: cargo codspeed run

0 commit comments

Comments
 (0)