Skip to content

Commit 29e5e3a

Browse files
author
vlad.lezhnin
committed
set-output fix
1 parent 646a4be commit 29e5e3a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: php -v
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
- name: Cache dependencies
3535
uses: actions/cache@v4
3636
with:

0 commit comments

Comments
 (0)