Skip to content

Commit 67b5899

Browse files
dependabot[bot]gotson
authored andcommitted
build(deps): bump andymckay/cancel-action from 0.2 to 0.3
Bumps [andymckay/cancel-action](https://github.com/andymckay/cancel-action) from 0.2 to 0.3. - [Release notes](https://github.com/andymckay/cancel-action/releases) - [Commits](andymckay/cancel-action@0.2...0.3) --- 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>
1 parent 9d3e2ca commit 67b5899

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ jobs:
197197
echo "PROJECT_VERSION=$(mvn help:evaluate -Dexpression=project.version -q -DforceStdout)" | tee -a $GITHUB_ENV
198198
- name: Cancel action for non SNAPSHOT push
199199
if: ${{ github.event_name == 'push' && !endsWith(env.PROJECT_VERSION, '-SNAPSHOT')}}
200-
uses: andymckay/cancel-action@0.2
200+
uses: andymckay/cancel-action@0.3
201201
# from that point, push means we deploy snapshot, workflow_dispatch means we perform a release
202202
- name: Prepare release
203203
if: ${{ github.event_name == 'workflow_dispatch' }}

0 commit comments

Comments
 (0)