Skip to content

Commit

Permalink
Merge pull request #134 from arunsathiya/develop
Browse files Browse the repository at this point in the history
ci: Use GITHUB_OUTPUT envvar instead of set-output command
  • Loading branch information
kpodemski authored Feb 26, 2024
2 parents 9bbbe17 + e0520d5 commit 5f39fa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Get Composer Cache Directory
id: composer-cache
run: |
echo "::set-output name=dir::$(composer config cache-files-dir)"
echo "dir=$(composer config cache-files-dir)" >> "$GITHUB_OUTPUT"
- name: Cache Composer Directory
uses: actions/cache@v2
Expand Down

0 comments on commit 5f39fa0

Please sign in to comment.