Skip to content

Commit 9c1c609

Browse files
committed
refactor: deprecated github output
1 parent a5bbf76 commit 9c1c609

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/run-tests.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ jobs:
4343

4444
- name: Get Composer Cache Directory
4545
id: composer-cache
46-
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
46+
run: |
47+
echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
4748
4849
- name: Cache composer dependencies
4950
uses: actions/cache@v2

0 commit comments

Comments
 (0)