Skip to content

Commit 1ac60e7

Browse files
authored
Deprecated: Replace set-output in favour to GITHUB_OUTPUT output stream
More info https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
1 parent 47c73d3 commit 1ac60e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-ci.yml

Lines changed: 1 addition & 1 deletion
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 Composer dependencies
4141
uses: actions/cache@v3

0 commit comments

Comments
 (0)