Skip to content

Commit

Permalink
Merge pull request #1077 from jackbentley/feature/fix-workflow-deprec…
Browse files Browse the repository at this point in the history
…ation

Fix workflow deprecations
  • Loading branch information
veewee authored Mar 23, 2023
2 parents 15d7599 + e02d4f7 commit ff33c45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/grumphp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
composer --version
- name: Get composer cache directory
id: composercache
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
- name: Cache dependencies
uses: actions/cache@v3
with:
Expand Down

0 comments on commit ff33c45

Please sign in to comment.