From c9401d94f2bf56870961881767c104a13c7ef7f4 Mon Sep 17 00:00:00 2001 From: Maxim Babichev Date: Mon, 24 Oct 2022 19:01:44 +0300 Subject: [PATCH] https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ --- .github/workflows/phpunits.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/phpunits.yaml b/.github/workflows/phpunits.yaml index b2f046aef..b7fbbecef 100644 --- a/.github/workflows/phpunits.yaml +++ b/.github/workflows/phpunits.yaml @@ -124,7 +124,7 @@ jobs: - name: Check codeclimate id: codeclimate-check - run: "echo ::set-output name=execute::${{ matrix.php-versions == '8.0' && matrix.caches == 'array' && matrix.databases == 'testing' }}" + run: echo "execute=${{ matrix.php-versions == '8.0' && matrix.caches == 'array' && matrix.databases == 'testing' }}" >> $GITHUB_OUTPUT - name: Prepare codeclimate id: codeclimate-prepare