Skip to content

Commit cafea29

Browse files
authored
Merge pull request #6 from pH-7/fix-cache-set-output-command-deprecated
Don't use deprecated command ::set-output
2 parents 35de9b2 + 11c802f commit cafea29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
- name: Get Composer Cache Directory
3434
id: composer-cache
35-
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
35+
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
3636

3737
- name: Cache Composer dependencies
3838
uses: actions/cache@v3

0 commit comments

Comments
 (0)