Skip to content

Commit

Permalink
Bump styfle/cancel-workflow-action from 0.12.0 to 0.12.1
Browse files Browse the repository at this point in the history
Bumps [styfle/cancel-workflow-action](https://github.com/styfle/cancel-workflow-action) from 0.12.0 to 0.12.1.
- [Release notes](https://github.com/styfle/cancel-workflow-action/releases)
- [Commits](styfle/cancel-workflow-action@0.12.0...0.12.1)

---
updated-dependencies:
- dependency-name: styfle/cancel-workflow-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Jan 26, 2024
1 parent ead5d75 commit 05c6a7b
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/[email protected].0
- uses: styfle/[email protected].1
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/[email protected].0
- uses: styfle/[email protected].1
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/[email protected].0
- uses: styfle/[email protected].1
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/[email protected].0
- uses: styfle/[email protected].1
with:
access_token: ${{ github.token }}
- id: time
Expand Down

0 comments on commit 05c6a7b

Please sign in to comment.