mirror of
https://github.com/ivuorinen/business-data-fetcher.git
synced 2026-01-26 11:14:10 +00:00
Merge pull request #3 from ivuorinen/renovate/actions-cache-4.x
feat(github-action)!: Update actions/cache ( v3 → v4 )
This commit is contained in:
2
.github/workflows/composer.yml
vendored
2
.github/workflows/composer.yml
vendored
@@ -22,7 +22,7 @@ jobs:
|
||||
|
||||
- name: Cache Composer packages
|
||||
id: composer-cache
|
||||
uses: actions/cache@v3
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: vendor
|
||||
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
|
||||
|
||||
Reference in New Issue
Block a user