Skip to content

Commit 0cc9d03

Browse files
committed
1 parent ea46301 commit 0cc9d03

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
- name: 'Discover Composer cache directory'
2626
id: 'cachedir'
27-
run: 'echo "::set-output name=path::$(composer global config cache-dir)"'
27+
run: 'echo "path=$(composer global config cache-dir)" >> $GITHUB_STATE'
2828

2929
- name: 'Share Composer cache across runs'
3030
uses: 'actions/cache@v3'
@@ -59,7 +59,7 @@ jobs:
5959

6060
- name: 'Discover Composer cache directory'
6161
id: 'cachedir'
62-
run: 'echo "::set-output name=path::$(composer global config cache-dir)"'
62+
run: 'echo "path=$(composer global config cache-dir)" >> $GITHUB_STATE'
6363

6464
- name: 'Share Composer cache across runs'
6565
uses: 'actions/cache@v3'
@@ -105,7 +105,7 @@ jobs:
105105

106106
- name: 'Discover Composer cache directory'
107107
id: 'cachedir'
108-
run: 'echo "::set-output name=path::$(composer global config cache-dir)"'
108+
run: 'echo "path=$(composer global config cache-dir)" >> $GITHUB_STATE'
109109

110110
- name: 'Share Composer cache across runs'
111111
uses: 'actions/cache@v3'

0 commit comments

Comments
 (0)