Skip to content

Commit 5407b9b

Browse files
committed
Remove deprecated code.
1 parent 53b9ec6 commit 5407b9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
tools: composer:v2
6262
- name: Get composer cache directory
6363
id: composer-cache
64-
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
64+
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
6565
- name: Cache dependencies
6666
uses: actions/cache@v4
6767
with:

0 commit comments

Comments
 (0)