We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents da6692c + e8c2302 commit 64b749eCopy full SHA for 64b749e
.github/workflows/build-image-base.yml
@@ -43,7 +43,7 @@ jobs:
43
runs-on: ubuntu-latest
44
steps:
45
- name: Cancel Previous Runs
46
- uses: styfle/cancel-workflow-action@0.12.1
+ uses: styfle/cancel-workflow-action@0.13.0
47
with:
48
access_token: ${{ secrets.GITHUB_TOKEN }}
49
- name: Checkout
.github/workflows/lint_on_pr.yml
@@ -16,7 +16,7 @@ jobs:
16
17
18
19
20
21
22
- name: Checkout Code
0 commit comments