mirror of
https://github.com/pi-hole/web.git
synced 2026-04-23 18:29:43 +01:00
Merge pull request #2284 from pi-hole/dependabot/github_actions/devel/actions/cache-3.0.6
Bump actions/cache from 3.0.5 to 3.0.6
This commit is contained in:
2
.github/workflows/phpstan.yml
vendored
2
.github/workflows/phpstan.yml
vendored
@@ -21,7 +21,7 @@ jobs:
|
||||
run: composer validate
|
||||
- name: Cache Composer packages
|
||||
id: composer-cache
|
||||
uses: actions/cache@v3.0.5
|
||||
uses: actions/cache@v3.0.6
|
||||
with:
|
||||
path: vendor
|
||||
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
|
||||
|
||||
Reference in New Issue
Block a user