diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e1a6d59..4ef2372 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -12,7 +12,7 @@ jobs: if: github.repository == 'ProjectPythiaTutorials/projectpythiatutorials.github.io' steps: - name: Cancel previous runs - uses: styfle/cancel-workflow-action@0.10.0 + uses: styfle/cancel-workflow-action@0.11.0 with: access_token: ${{ github.token }}