Skip to content

Commit

Permalink
Merge pull request #16 from aternosorg/rico132-patch-4
Browse files Browse the repository at this point in the history
update actions/cache to version 4
  • Loading branch information
rico132 authored Jun 13, 2024
2 parents a936600 + f206d39 commit 4e7715f
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 @@ -115,7 +115,7 @@ jobs:
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT

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

0 comments on commit 4e7715f

Please sign in to comment.