Skip to content

Commit

Permalink
build(deps): bump andymckay/cancel-action from 0.4 to 0.5
Browse files Browse the repository at this point in the history
Bumps [andymckay/cancel-action](https://github.com/andymckay/cancel-action) from 0.4 to 0.5.
- [Release notes](https://github.com/andymckay/cancel-action/releases)
- [Commits](andymckay/cancel-action@0.4...0.5)

---
updated-dependencies:
- dependency-name: andymckay/cancel-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 17, 2024
1 parent ec0a524 commit 53099e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ jobs:
echo "PROJECT_VERSION=$(mvn help:evaluate -Dexpression=project.version -q -DforceStdout)" | tee -a $GITHUB_ENV
- name: Cancel action for non SNAPSHOT push
if: github.event_name == 'push' && !endsWith(env.PROJECT_VERSION, '-SNAPSHOT')
uses: andymckay/cancel-action@0.4
uses: andymckay/cancel-action@0.5
# from that point, if inputs.perform_release is true we perform a release, else we deploy snapshot
- name: Prepare release
if: inputs.perform_release
Expand Down

0 comments on commit 53099e9

Please sign in to comment.