From c94c26b27443072e00c6b04732cb65b22ae92fdc Mon Sep 17 00:00:00 2001 From: Duncan Kolba Date: Wed, 12 Oct 2022 17:06:32 +0200 Subject: [PATCH] =?UTF-8?q?ci:=20=F0=9F=8E=A1=20Update=20styfle/cancel-wor?= =?UTF-8?q?kflow-action@0.11.0=20(#91)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/00-init.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/00-init.yml b/.github/workflows/00-init.yml index 1764069b17..fe9944e242 100644 --- a/.github/workflows/00-init.yml +++ b/.github/workflows/00-init.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: 🛑 Cancel Previous Runs - uses: styfle/cancel-workflow-action@0.10.1 + uses: styfle/cancel-workflow-action@0.11.0 - name: ⬇️ Checkout repo uses: actions/checkout@v3