Skip to content

Commit

Permalink
chore: bump runner version to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and adriencaccia committed Jul 26, 2024
1 parent ce4674c commit 5cb1199
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .codspeed-runner-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.4.3
3.0.0
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to <a href="https://semver.org/spec/v2.0.0.html">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
Expand Down
5 changes: 1 addition & 4 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -81,4 +78,4 @@ runs:
fi
# Run the benchmarks
codspeed-runner $RUNNER_ARGS -- '${{ inputs.run }}'
codspeed run $RUNNER_ARGS -- '${{ inputs.run }}'

0 comments on commit 5cb1199

Please sign in to comment.