From 67ea6a5192ff8aead55cceb7dd4b6c49d2bb99da Mon Sep 17 00:00:00 2001 From: IanDelMar <42134098+IanDelMar@users.noreply.github.com> Date: Fri, 11 Mar 2022 00:32:31 +0100 Subject: [PATCH] remove unused output --- .github/workflows/linting.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index c7c3d9a9..25ecd76e 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -36,8 +36,6 @@ jobs: - name: Get Composer cache directory id: composer-cache - run: | - echo "::set-output name=dir::$(composer config cache-files-dir)" - uses: actions/cache@v2 with: path: vendor