Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump runner version to 3.0.0 #109

Merged
merged 1 commit into from
Jul 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 }}'
Loading