Skip to content

Commit

Permalink
Update composer cache dir step
Browse files Browse the repository at this point in the history
  • Loading branch information
h1karo committed Dec 2, 2023
1 parent 35c0e2b commit 3fe24bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Get Composer Cache Directory
id: composer-cache-dir
run: |
echo "::set-output name=dir::$(composer config cache-files-dir)"
echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
- name: Cache Composer packages
uses: actions/cache@v3
Expand Down

0 comments on commit 3fe24bc

Please sign in to comment.