Skip to content

Commit bce92ff

Browse files
authored
Merge pull request #54 from contao-bootstrap/dependabot/github_actions/actions/cache-3
github-actions(deps): bump actions/cache from 1 to 3
2 parents d16c09d + d3a64a4 commit bce92ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/diagnostics.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
coverage: xdebug2
3939

4040
- name: Cache composer cache directory
41-
uses: actions/cache@v1
41+
uses: actions/cache@v3
4242
env:
4343
cache-name: composer-cache-dir-${{ matrix.php }}
4444
with:
@@ -49,7 +49,7 @@ jobs:
4949
run: composer install
5050

5151
- name: Cache vendor directory of phpcq tool runner
52-
uses: actions/cache@v1
52+
uses: actions/cache@v3
5353
env:
5454
cache-name: vendor-${{ matrix.php }}
5555
with:

0 commit comments

Comments
 (0)