From ac447ddc0990ffcad14993e48bc16d1f8ac1c57f Mon Sep 17 00:00:00 2001 From: Akihito Koriyama Date: Mon, 12 Dec 2022 08:27:59 +0900 Subject: [PATCH] Refactor gitHub actions deprecated command --- .github/workflows/continuous-integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 36f5122..3fe3396 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -31,7 +31,7 @@ jobs: - name: Get composer cache directory id: composer-cache - run: echo "::set-output name=dir::$(composer config cache-files-dir)" + run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT - name: Cache dependencies uses: actions/cache@v2