Skip to content

Commit

Permalink
Merge pull request #40 from happyprime/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/cache-4
  • Loading branch information
dependabot[bot] authored Jan 25, 2024
2 parents 64fa2ac + af7a728 commit caadf24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/phpcs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
id: cache-composer
run: |
echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: ${{ steps.cache-composer.outputs.dir }}
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
Expand Down

0 comments on commit caadf24

Please sign in to comment.