Skip to content

Commit

Permalink
actions/cache@v4 cache for tests
Browse files Browse the repository at this point in the history
Signed-off-by: Andy Miller <rhuk@mac.com>
  • Loading branch information
rhukster committed Jan 13, 2025
1 parent 1d1d8da commit 7e723eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
run: echo "::set-output name=dir::$(composer config cache-files-dir)"

- name: Cache dependencies
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: ${{ steps.composer-cache.outputs.dir }}
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
Expand Down

0 comments on commit 7e723eb

Please sign in to comment.