Skip to content

Commit

Permalink
refactor: Use $GITHUB_OUTPUT
Browse files Browse the repository at this point in the history
  • Loading branch information
octfx committed Aug 18, 2023
1 parent d6e6f6f commit f842aa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Get Composer Cache Directory 2
id: composer-cache
run: |
echo "::set-output name=dir::$(composer config cache-files-dir)"
echo "dir=$(composer config cache-files-dir)" >> $GITHUB_STATE
- uses: actions/cache@v3
id: actions-cache
with:
Expand Down

0 comments on commit f842aa0

Please sign in to comment.