From 2d4d91091bc5586a2a86a4dd248b66062a938cad Mon Sep 17 00:00:00 2001 From: Alex Rock Ancelet Date: Tue, 19 Dec 2023 09:37:56 +0100 Subject: [PATCH] Remove deprecation in github action --- .github/workflows/php.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index e395e67..8c5da0c 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -51,7 +51,7 @@ jobs: - run: composer validate - id: composer-cache - run: echo "::set-output name=dir::$(composer config cache-files-dir)" + run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT - uses: actions/cache@v3 with: