Skip to content

Commit 9edbcb8

Browse files
committedJan 11, 2023
ci: workflow files have been updated
1 parent 059c799 commit 9edbcb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs: # Docs: <https://help.github.com/en/articles/workflow-syntax-for-github-ac
4444

4545
- name: Get Composer Cache Directory # Docs: <https://github.com/actions/cache/blob/master/examples.md#php---composer>
4646
id: composer-cache
47-
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
47+
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
4848

4949
- name: Cache dependencies # Docs: <https://github.com/actions/cache/blob/master/examples.md#php---composer>
5050
uses: actions/cache@v3

0 commit comments

Comments
 (0)
Please sign in to comment.