Skip to content

Commit

Permalink
Remove set-output
Browse files Browse the repository at this point in the history
  • Loading branch information
justnero committed Sep 17, 2023
1 parent d01abcb commit cd0f1fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/coding-standards.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ jobs:

- name: "Get composer cache directory"
id: composer-cache
run: |
echo "::set-output name=dir::$(composer config cache-files-dir)"
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT

- uses: actions/cache@v3
with:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/psalm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ jobs:

- name: "Get composer cache directory"
id: composer-cache
run: |
echo "::set-output name=dir::$(composer config cache-files-dir)"
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT

- uses: actions/cache@v3
with:
Expand Down

0 comments on commit cd0f1fc

Please sign in to comment.