Skip to content

Commit 83b92a6

Browse files
committed
Update workflow syntax
1 parent abc6b23 commit 83b92a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

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

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

3535
- name: Cache Composer vendor directory
3636
uses: actions/cache@v4

0 commit comments

Comments
 (0)