From 3098b60594e4107e952ad477ce16b987ada0edbd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 18:16:51 +0200 Subject: [PATCH] Update styfle/cancel-workflow-action action to v0.12.0 (#146) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/android.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/android.yaml b/.github/workflows/android.yaml index 5064c35..9c65c79 100644 --- a/.github/workflows/android.yaml +++ b/.github/workflows/android.yaml @@ -13,7 +13,7 @@ jobs: steps: - name: Cancel Workflow Action - uses: styfle/cancel-workflow-action@0.11.0 + uses: styfle/cancel-workflow-action@0.12.0 - name: Checkout uses: actions/checkout@v3