Skip to content

Commit

Permalink
chore: report that a new version is available
Browse files Browse the repository at this point in the history
  • Loading branch information
adriencaccia committed Jul 26, 2024
1 parent a58b84c commit 95bdd1a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to <a href="https://semver.org/spec/v2.0.0.html">Semant

## [Unreleased]

- chore: report that a new version is available

## [2.4.3] - 2024-07-12

- chore: add error chain debug, see https://github.com/CodSpeedHQ/runner/pull/34
Expand Down
3 changes: 3 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ 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

0 comments on commit 95bdd1a

Please sign in to comment.