From 789c568d5a8f6640d0ba197b5def90ad1b4f9279 Mon Sep 17 00:00:00 2001 From: Duncan Kolba Date: Wed, 12 Oct 2022 15:41:47 +0200 Subject: [PATCH] =?UTF-8?q?ci:=20=F0=9F=8E=A1=20Update=20styfle/cancel-wor?= =?UTF-8?q?kflow-action@0.11.0?= 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