Skip to content

Commit f35ee18

Browse files
authored
build: remove deprecated set-output command (#19)
1 parent d0da78a commit f35ee18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
- name: Get composer cache directory
3737
id: composer-cache
38-
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
38+
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
3939

4040
- name: Cache dependencies
4141
uses: actions/cache@v4

0 commit comments

Comments
 (0)