Github actions cache version update
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -12,7 +12,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
COMPOSER_ROOT_VERSION: dev-master
|
COMPOSER_ROOT_VERSION: dev-master
|
||||||
- name: "Restore result cache"
|
- name: "Restore result cache"
|
||||||
uses: actions/cache/restore@v3
|
uses: actions/cache/restore@v4
|
||||||
with:
|
with:
|
||||||
path: ./tmp
|
path: ./tmp
|
||||||
key: "result-cache-v1-${{ matrix.php-version }}-${{ github.run_id }}"
|
key: "result-cache-v1-${{ matrix.php-version }}-${{ github.run_id }}"
|
||||||
@@ -24,7 +24,7 @@ jobs:
|
|||||||
path: src/
|
path: src/
|
||||||
configuration: phpstan.neon
|
configuration: phpstan.neon
|
||||||
- name: "Save result cache"
|
- name: "Save result cache"
|
||||||
uses: actions/cache/save@v3
|
uses: actions/cache/save@v4
|
||||||
if: always()
|
if: always()
|
||||||
with:
|
with:
|
||||||
path: ./tmp
|
path: ./tmp
|
||||||
|
|||||||
Reference in New Issue
Block a user