Skip to content

Commit

Permalink
Merge pull request #2555 from GEOS-ESM/dependabot/github_actions/deve…
Browse files Browse the repository at this point in the history
…lop/styfle/cancel-workflow-action-0.12.1

Bump styfle/cancel-workflow-action from 0.12.0 to 0.12.1
  • Loading branch information
mathomp4 committed Jan 26, 2024
2 parents a16827d + cfd8bc8 commit 1026735
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
OMPI_MCA_btl_vader_single_copy_mechanism: none
steps:
- name: Cancel Previous Runs
uses: styfle/cancel-workflow-action@0.12.0
uses: styfle/cancel-workflow-action@0.12.1
with:
access_token: ${{ github.token }}
- name: Checkout
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
#password: ${{ secrets.DOCKERHUB_TOKEN }}
steps:
- name: Cancel Previous Runs
uses: styfle/cancel-workflow-action@0.12.0
uses: styfle/cancel-workflow-action@0.12.1
with:
access_token: ${{ github.token }}
- name: Checkout
Expand Down

0 comments on commit 1026735

Please sign in to comment.