Skip to content

Commit

Permalink
chore(deps): bump andymckay/cancel-action from 0.4 to 0.5 (#189)
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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 17, 2024
1 parent 1e1a4b6 commit fc9f3a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_to_pub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}

- name: 🚫 Cancel workflow if tag is not the same as version
uses: andymckay/cancel-action@0.4
uses: andymckay/cancel-action@0.5
if: ${{ env.PUBSPEC != env.CHANGELOG || env.PUBSPEC != env.TAG || env.CHANGELOG != env.TAG }}

- name: 💤 Sleep for 10 seconds
Expand Down

0 comments on commit fc9f3a4

Please sign in to comment.