From b16068e7406e21436874238b0c21a6f173f9d12c Mon Sep 17 00:00:00 2001 From: Valery Piashchynski Date: Thu, 5 Oct 2023 10:15:34 +0200 Subject: [PATCH] chore: update set::output Signed-off-by: Valery Piashchynski --- .github/workflows/linux.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 8182434..a2b5406 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -37,7 +37,9 @@ jobs: - name: Get Composer Cache Directory id: composer-cache - run: echo "::set-output name=dir::$(composer config cache-files-dir)" + run: | + cd tests/php_test_files + echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT - name: Init Composer Cache # Docs: uses: actions/cache@v3