Skip to content

Commit

Permalink
Merge pull request #18 from vormkracht10/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/cache-3

Bump actions/cache from 2 to 3
  • Loading branch information
Baspa committed Oct 3, 2022
2 parents f7fe622 + af426ce commit 20c1d92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/phpstan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
php-version: "8.1"

- name: Cache composer dependencies
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: vendor
key: composer-${{ hashFiles('composer.lock') }}
Expand Down

0 comments on commit 20c1d92

Please sign in to comment.