Skip to content

Commit

Permalink
Merge pull request #975 from CodeForAfrica/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…styfle/cancel-workflow-action-0.12.1

Bump styfle/cancel-workflow-action from 0.12.0 to 0.12.1
  • Loading branch information
kilemensi authored Jan 29, 2024
2 parents 8b64b5a + f267bbe commit bc61e8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Cancel Previous Runs
uses: styfle/[email protected].0
uses: styfle/[email protected].1
with:
access_token: ${{ github.token }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Cancel Previous Runs
uses: styfle/[email protected].0
uses: styfle/[email protected].1
with:
access_token: ${{ github.token }}

Expand Down

0 comments on commit bc61e8c

Please sign in to comment.