Skip to content

Commit 4cdf1ed

Browse files
authored
Merge pull request #1 from phpcq/dependabot/github_actions/actions/cache-4
github-actions(deps): bump actions/cache from 1 to 4
2 parents 24e85a4 + 8761e89 commit 4cdf1ed

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/diagnostics.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,15 @@ jobs:
4141
php-version: ${{ matrix.php }}
4242

4343
- name: Cache composer cache directory
44-
uses: actions/cache@v1
44+
uses: actions/cache@v4
4545
env:
4646
cache-name: composer-cache-dir-${{ matrix.php }}
4747
with:
4848
path: ~/.cache/composer
4949
key: ${{ runner.os }}-build-${{ env.cache-name }}
5050

5151
- name: Cache vendor directory
52-
uses: actions/cache@v1
52+
uses: actions/cache@v4
5353
env:
5454
cache-name: vendor-${{ matrix.php }}
5555
with:
@@ -59,7 +59,7 @@ jobs:
5959
${{ runner.os }}-build-${{ env.cache-name }}-
6060
6161
- name: Cache phpcq directory
62-
uses: actions/cache@v1
62+
uses: actions/cache@v4
6363
env:
6464
cache-name: phpcq-${{ matrix.php }}
6565
with:

0 commit comments

Comments
 (0)