Skip to content
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/cancel-workflow-action@0.12.1
- uses: styfle/cancel-workflow-action@0.13.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.12.1
- uses: styfle/cancel-workflow-action@0.13.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.12.1
- uses: styfle/cancel-workflow-action@0.13.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.12.1
- uses: styfle/cancel-workflow-action@0.13.0
with:
access_token: ${{ github.token }}
- id: time
Expand Down
Loading