[skip ci] update workflow actions

This commit is contained in:
arkon
2021-12-17 10:47:55 -05:00
parent 185283f864
commit c16206d816
3 changed files with 7 additions and 5 deletions

View File

@@ -13,9 +13,10 @@ jobs:
steps:
- name: Cancel previous runs
uses: styfle/cancel-workflow-action@0.5.0
uses: styfle/cancel-workflow-action@0.9.1
with:
access_token: ${{ github.token }}
all_but_latest: true
- name: Clone repo
uses: actions/checkout@v2