Skip to content

Commit 73d44d6

Browse files
authored
Merge pull request #3283 from jeedom/dependabot/github_actions/develop/actions/cache-5
Bump actions/cache from 3 to 5
2 parents 476bcea + 9dad82e commit 73d44d6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker-image-latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
- name: Cache Docker layers
6363
# https://github.com/marketplace/actions/cache
6464
# this action allows caching dependancies and build output
65-
uses: actions/cache@v3
65+
uses: actions/cache@v5
6666
id: cache
6767
with:
6868
path: /tmp/.buildx-cache

.github/workflows/phpstan.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
- name: Restore PHPStan cache
3131
id: cache-phpstan
32-
uses: actions/cache/restore@v3
32+
uses: actions/cache/restore@v5
3333
with:
3434
path: phpstan.phar
3535
key: phpstan-1

0 commit comments

Comments
 (0)