From 105487c44a1427c331a0d2616df6fb77549d2c3b Mon Sep 17 00:00:00 2001 From: Sviatoslav Sydorenko Date: Tue, 4 Jul 2023 19:02:01 +0200 Subject: [PATCH] =?UTF-8?q?=E2=87=AA=F0=9F=91=B7=20Bump=20re-actors/alls-g?= =?UTF-8?q?reen=20to=20v1.2.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This makes use of the latest action release what no longer uses the deprecated `set-output` workflow commands. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fad780367..6ef7fa610 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -150,6 +150,6 @@ jobs: steps: - name: Decide whether the needed jobs succeeded or failed - uses: re-actors/alls-green@13b4244b312e8a314951e03958a2f91519a6a3c9 + uses: re-actors/alls-green@afee1c1eac2a506084c274e9c02c8e0687b48d9e with: jobs: ${{ toJSON(needs) }}