From 6be1d13c1a701cce042b26fe0e4a60ec9ce2cef1 Mon Sep 17 00:00:00 2001 From: SerafimArts Date: Sun, 18 Feb 2024 02:12:25 +0000 Subject: [PATCH] Rollback previous "::set-output" behaviour --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index fffa336..3db50be 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -35,7 +35,7 @@ jobs: ini-values: "memory_limit=-1" - name: Get Composer Cache Directory id: composer-cache - run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT + run: echo "::set-output name=dir::$(composer config cache-files-dir)" - name: Restore Composer Cache uses: actions/cache@v4 with: