We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5005aa3 commit a156cebCopy full SHA for a156ceb
.github/workflows/github-actions-demo.yml
@@ -22,7 +22,7 @@ jobs:
22
- uses: actions/checkout@v3
23
# Cancel any previous runs for the same branch that are still running.
24
- name: 'Cancel previous runs'
25
- uses: styfle/cancel-workflow-action@0.10.0
+ uses: styfle/cancel-workflow-action@0.12.1
26
with:
27
access_token: ${{ github.token }}
28
- name: 'Set up JDK ${{ matrix.java }}'
0 commit comments