Github actions cache version update

This commit is contained in:
2024-05-22 17:59:16 +09:00
parent 4b0550b8d2
commit 646456b86b

View File

@@ -12,7 +12,7 @@ jobs:
env:
COMPOSER_ROOT_VERSION: dev-master
- name: "Restore result cache"
uses: actions/cache/restore@v3
uses: actions/cache/restore@v4
with:
path: ./tmp
key: "result-cache-v1-${{ matrix.php-version }}-${{ github.run_id }}"
@@ -24,7 +24,7 @@ jobs:
path: src/
configuration: phpstan.neon
- name: "Save result cache"
uses: actions/cache/save@v3
uses: actions/cache/save@v4
if: always()
with:
path: ./tmp