Skip to content

Commit 20c1d92

Browse files
authored
Merge pull request #18 from vormkracht10/dependabot/github_actions/actions/cache-3
Bump actions/cache from 2 to 3
2 parents f7fe622 + af426ce commit 20c1d92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/phpstan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
php-version: "8.1"
1616

1717
- name: Cache composer dependencies
18-
uses: actions/cache@v2
18+
uses: actions/cache@v3
1919
with:
2020
path: vendor
2121
key: composer-${{ hashFiles('composer.lock') }}

0 commit comments

Comments
 (0)