From 5cd33418ac34c0ee44d53907f7e60a0e37776c30 Mon Sep 17 00:00:00 2001 From: Shawn Dibble Date: Mon, 23 Oct 2023 16:13:47 -0500 Subject: [PATCH] remove deprecated command. --- .github/workflows/laravel.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/laravel.yml b/.github/workflows/laravel.yml index 420395f..baf3c0c 100644 --- a/.github/workflows/laravel.yml +++ b/.github/workflows/laravel.yml @@ -12,7 +12,7 @@ jobs: - name: Get Composer Cache Directory id: composer-cache run: | - echo "::set-output name=dir::$(composer config cache-files-dir)" + echo "name=dir::$(composer config cache-files-dir)" >> $GITHUB_OUTPUT - uses: actions/cache@v2 with: path: ${{ steps.composer-cache.outputs.dir }}