Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump styfle/cancel-workflow-action from 0.12.0 to 0.12.1 #113

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading