From 39bac79559ed35d41106f7bd467f08cc0362e7d7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Mar 2026 15:16:47 +0000 Subject: [PATCH] chore(deps): update styfle/cancel-workflow-action action to v0.13.1 --- .github/workflows/github-actions-demo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github-actions-demo.yml b/.github/workflows/github-actions-demo.yml index 78739be..54b3114 100644 --- a/.github/workflows/github-actions-demo.yml +++ b/.github/workflows/github-actions-demo.yml @@ -22,7 +22,7 @@ jobs: - uses: actions/checkout@v3 # Cancel any previous runs for the same branch that are still running. - name: 'Cancel previous runs' - uses: styfle/cancel-workflow-action@0.10.0 + uses: styfle/cancel-workflow-action@0.13.1 with: access_token: ${{ github.token }} - name: 'Set up JDK ${{ matrix.java }}'