diff --git a/.github/workflows/ci-cd.yaml b/.github/workflows/ci-cd.yaml index 9e21323..d8dc232 100644 --- a/.github/workflows/ci-cd.yaml +++ b/.github/workflows/ci-cd.yaml @@ -250,7 +250,7 @@ jobs: REPOSITORY: ${{ github.repository }} steps: - name: Cancel Previous Runs - uses: styfle/cancel-workflow-action@0.9.1 + uses: styfle/cancel-workflow-action@0.10.0 with: access_token: ${{ github.token }}