Skip to content

Commit

Permalink
Merge pull request #76 from orange-cloudfoundry/dependabot/github_act…
Browse files Browse the repository at this point in the history
…ions/styfle/cancel-workflow-action-0.12.0

github-action: bump styfle/cancel-workflow-action from 0.11.0 to 0.12.0
  • Loading branch information
o-orand authored Dec 18, 2023
2 parents 18f3235 + 9439432 commit 67a46ee
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 @@ -43,7 +43,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Cancel Previous Runs
uses: styfle/cancel-workflow-action@0.11.0
uses: styfle/cancel-workflow-action@0.12.0
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@0.11.0
uses: styfle/cancel-workflow-action@0.12.0
with:
access_token: ${{ secrets.GITHUB_TOKEN }}
- name: Checkout Code
Expand Down

0 comments on commit 67a46ee

Please sign in to comment.