Skip to content

Commit

Permalink
Merge pull request #307 from alphagov/dependabot/github_actions/styfl…
Browse files Browse the repository at this point in the history
…e/cancel-workflow-action-0.12.0

github-action: bump styfle/cancel-workflow-action from 0.10.0 to 0.12.0
  • Loading branch information
nimalank7 committed Oct 17, 2023
2 parents 16d9045 + df0434c commit 24d3903
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-image-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Cancel Previous Runs
uses: styfle/cancel-workflow-action@bb6001c4ea612bf59c3abfc4756fbceee4f870c7
uses: styfle/cancel-workflow-action@01ce38bf961b4e243a6342cbade0dbc8ba3f0432
with:
access_token: ${{ secrets.GITHUB_TOKEN }}
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint_on_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Cancel Previous Runs
uses: styfle/cancel-workflow-action@bb6001c4ea612bf59c3abfc4756fbceee4f870c7
uses: styfle/cancel-workflow-action@01ce38bf961b4e243a6342cbade0dbc8ba3f0432
with:
access_token: ${{ secrets.GITHUB_TOKEN }}
- name: Checkout Code
Expand Down

0 comments on commit 24d3903

Please sign in to comment.