From 5cb1199ae3d52833804a5a84cf9634f15c47785e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 26 Jul 2024 10:09:08 +0000 Subject: [PATCH] chore: bump runner version to 3.0.0 --- .codspeed-runner-version | 2 +- CHANGELOG.md | 4 ++++ action.yml | 5 +---- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.codspeed-runner-version b/.codspeed-runner-version index 35cee72..4a36342 100644 --- a/.codspeed-runner-version +++ b/.codspeed-runner-version @@ -1 +1 @@ -2.4.3 +3.0.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index af93ab5..07cc673 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to Semant ## [Unreleased] +- chore(ci): run ci on every pull request, by @adriencaccia in https://github.com/CodSpeedHQ/runner/pull/23 +- feat/add codspeed cli, by @adriencaccia in https://github.com/CodSpeedHQ/runner/pull/36 +- feat: bump rust toolchain, by @adriencaccia in https://github.com/CodSpeedHQ/runner/pull/37 + ## [2.4.4] - 2024-07-26 - chore: report that a new version is available diff --git a/action.yml b/action.yml index 52b2a16..98168fc 100644 --- a/action.yml +++ b/action.yml @@ -44,9 +44,6 @@ runs: run: | # Configure and run codspeed-runner - # Report that a new version is available - echo "::warning title=CodSpeed Action Update::A new version v3 is available at https://github.com/CodSpeedHQ/action/releases. You're currently using version v2. Please update to the latest version for improved features and bug fixes." - if [ -n "${{ inputs.runner-version }}" ]; then RUNNER_VERSION="${{ inputs.runner-version }}" else @@ -81,4 +78,4 @@ runs: fi # Run the benchmarks - codspeed-runner $RUNNER_ARGS -- '${{ inputs.run }}' + codspeed run $RUNNER_ARGS -- '${{ inputs.run }}'