Skip to content

Commit

Permalink
Merge pull request #109 from notional-labs/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…styfle/cancel-workflow-action-0.12.0

Bump styfle/cancel-workflow-action from 0.11.0 to 0.12.0
  • Loading branch information
faddat authored Jan 9, 2024
2 parents 3c4d9f7 + 65f6368 commit 2e9ccef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux-amd64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,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.11.0
- uses: styfle/cancel-workflow-action@0.12.0
with:
access_token: ${{ github.token }}
- id: time
Expand All @@ -37,7 +37,7 @@ jobs:
SCOPE: [minimal]
steps:
# cancel already running instances of the same action on the currently working on branch
- uses: styfle/cancel-workflow-action@0.11.0
- uses: styfle/cancel-workflow-action@0.12.0
with:
access_token: ${{ github.token }}
- id: image-build
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/linux-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
prepare_release:
runs-on: ubuntu-latest
steps:
- uses: styfle/cancel-workflow-action@0.11.0
- uses: styfle/cancel-workflow-action@0.12.0
with:
access_token: ${{ github.token }}
- id: time
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
EDITION: [minimal] # later, we will use "notional for both. This will do for now though."
BRANCH: [unstable]
steps:
- uses: styfle/cancel-workflow-action@0.11.0
- uses: styfle/cancel-workflow-action@0.12.0
with:
access_token: ${{ github.token }}
- id: time
Expand Down

0 comments on commit 2e9ccef

Please sign in to comment.