Skip to content

Commit

Permalink
Merge pull request #1185 from phil-davis/update-deprecated-github-wor…
Browse files Browse the repository at this point in the history
…kflow-items

Update deprecated GitHub workflow items
  • Loading branch information
phil-davis authored May 10, 2023
2 parents 696e92e + 25e5a16 commit aa7e340
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ 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

- name: Cache composer dependencies
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ${{ steps.composer-cache.outputs.dir }}
# Use composer.json for key, if composer.lock is not committed.
Expand Down

0 comments on commit aa7e340

Please sign in to comment.