diff --git a/.github/workflows/linux-amd64.yml b/.github/workflows/linux-amd64.yml index e01fdcc80..5ce14ca14 100644 --- a/.github/workflows/linux-amd64.yml +++ b/.github/workflows/linux-amd64.yml @@ -15,7 +15,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.9.0 + - uses: styfle/cancel-workflow-action@0.11.0 with: access_token: ${{ github.token }} - id: time @@ -37,7 +37,7 @@ jobs: ################### steps: # cancel already running instances of the same action on the currently working on branch - - uses: styfle/cancel-workflow-action@0.9.0 + - uses: styfle/cancel-workflow-action@0.11.0 with: access_token: ${{ github.token }} - id: image-build