From d3db914e92e6041a8eededb191641f841f0651b3 Mon Sep 17 00:00:00 2001 From: Artem Vasilev Date: Thu, 10 Nov 2022 13:44:39 +0300 Subject: [PATCH] replace $GITHUB_OUTPUT-output to set --- .github/workflows/static-analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml index eacac4b..9de9444 100755 --- a/.github/workflows/static-analysis.yml +++ b/.github/workflows/static-analysis.yml @@ -68,7 +68,7 @@ jobs: - name: "Get composer cache directory" id: composer-cache - run: echo "name=dir::$(composer config cache-files-dir)" >> $GITHUB_OUTPUT + run: echo "::set-output name=dir::$(composer config cache-files-dir)" - name: "Cache Composer Directory" uses: actions/cache@v2