Skip to content

Commit a8aaae6

Browse files
committed
1 parent 0f10b4e commit a8aaae6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
4343
- name: Get Composer Cache Directory
4444
id: composer-cache
45-
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
45+
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
4646
- name: Cache PHP dependencies
4747
uses: actions/cache@v3
4848
id: actions-cache

0 commit comments

Comments
 (0)