Skip to content

Commit

Permalink
Merge pull request #86 from notional-labs/dependabot/github_actions/s…
Browse files Browse the repository at this point in the history
…tyfle/cancel-workflow-action-0.11.0

Bump styfle/cancel-workflow-action from 0.9.0 to 0.11.0
  • Loading branch information
faddat authored Nov 29, 2022
2 parents 5e4b951 + 1ab397b commit 0a8475b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux-amd64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
# cancel already running instances of the same action on the currently working on branch
- uses: styfle/cancel-workflow-action@0.9.0
- uses: styfle/cancel-workflow-action@0.11.0
with:
access_token: ${{ github.token }}
- id: time
Expand All @@ -37,7 +37,7 @@ jobs:
###################
steps:
# cancel already running instances of the same action on the currently working on branch
- uses: styfle/cancel-workflow-action@0.9.0
- uses: styfle/cancel-workflow-action@0.11.0
with:
access_token: ${{ github.token }}
- id: image-build
Expand Down

0 comments on commit 0a8475b

Please sign in to comment.