We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 476bcea + 9dad82e commit 73d44d6Copy full SHA for 73d44d6
2 files changed
.github/workflows/docker-image-latest.yml
@@ -62,7 +62,7 @@ jobs:
62
- name: Cache Docker layers
63
# https://github.com/marketplace/actions/cache
64
# this action allows caching dependancies and build output
65
- uses: actions/cache@v3
+ uses: actions/cache@v5
66
id: cache
67
with:
68
path: /tmp/.buildx-cache
.github/workflows/phpstan.yaml
@@ -29,7 +29,7 @@ jobs:
29
30
- name: Restore PHPStan cache
31
id: cache-phpstan
32
- uses: actions/cache/restore@v3
+ uses: actions/cache/restore@v5
33
34
path: phpstan.phar
35
key: phpstan-1
0 commit comments