diff --git a/.github/workflows/codeformat-pr.yml b/.github/workflows/codeformat-pr.yml index 3e415566..89ba70fe 100644 --- a/.github/workflows/codeformat-pr.yml +++ b/.github/workflows/codeformat-pr.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Cancel Previous Runs - uses: styfle/cancel-workflow-action@0.12.0 + uses: styfle/cancel-workflow-action@0.12.1 with: access_token: ${{ github.token }} - uses: actions/checkout@v4