From 2736c8681d83f0de8b720e7a6c478b23da81cc00 Mon Sep 17 00:00:00 2001 From: Darshan Gada Date: Fri, 2 Feb 2024 19:22:44 +0530 Subject: [PATCH] fix: The `set-output` command is deprecated and will be disabled soon. (#709) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 134beafa0d..b60ac3cda0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: - name: Cache Composer dependencies 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@v4 with: