mirror of
https://github.com/chinayin/ip2region-core-php.git
synced 2025-12-02 19:42:48 +08:00
Merge pull request #5 from chinayin/dependabot/github_actions/master/actions/cache-4
Bump actions/cache from 3 to 4
This commit is contained in:
commit
988854436e
2
.github/workflows/php.yml
vendored
2
.github/workflows/php.yml
vendored
@ -26,7 +26,7 @@ jobs:
|
||||
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
|
||||
|
||||
- name: Cache composer dependencies
|
||||
uses: actions/cache@v3
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: ${{ steps.composer-cache.outputs.dir }}
|
||||
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user