diff --git a/.github/workflows/coding-standards.yaml b/.github/workflows/coding-standards.yaml index 5b5f4449b..2c0ac2a8f 100644 --- a/.github/workflows/coding-standards.yaml +++ b/.github/workflows/coding-standards.yaml @@ -32,8 +32,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 - uses: actions/cache@v3 with: diff --git a/.github/workflows/psalm.yaml b/.github/workflows/psalm.yaml index 2c4604865..598032b64 100644 --- a/.github/workflows/psalm.yaml +++ b/.github/workflows/psalm.yaml @@ -32,8 +32,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 - uses: actions/cache@v3 with: