mirror of
https://github.com/netzmacht/contao-leaflet-geocode-widget.git
synced 2025-11-28 03:33:47 +01:00
Merge pull request #10 from netzmacht/dependabot/github_actions/actions/cache-3
github-actions(deps): bump actions/cache from 1 to 3
This commit is contained in:
4
.github/workflows/diagnostics.yml
vendored
4
.github/workflows/diagnostics.yml
vendored
@@ -38,7 +38,7 @@ jobs:
|
||||
coverage: xdebug2
|
||||
|
||||
- name: Cache composer cache directory
|
||||
uses: actions/cache@v1
|
||||
uses: actions/cache@v3
|
||||
env:
|
||||
cache-name: composer-cache-dir-${{ matrix.php }}
|
||||
with:
|
||||
@@ -49,7 +49,7 @@ jobs:
|
||||
run: composer install
|
||||
|
||||
- name: Cache vendor directory of phpcq tool runner
|
||||
uses: actions/cache@v1
|
||||
uses: actions/cache@v3
|
||||
env:
|
||||
cache-name: vendor-${{ matrix.php }}
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user