From db7ba78537c80080ef94a6a20fb907692d777c05 Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Fri, 20 Jan 2023 19:52:45 +0100 Subject: [PATCH] Update to setup-php-sdk@v0.7 This avoids the deprecated set-output 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 8a0c1e6..393e736 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -72,7 +72,7 @@ jobs: uses: actions/checkout@v2 - name: Setup PHP id: setup-php - uses: cmb69/setup-php-sdk@v0.6 + uses: cmb69/setup-php-sdk@v0.7 with: version: ${{matrix.version}} arch: ${{matrix.arch}}