We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce0f3b5 commit fcefe65Copy full SHA for fcefe65
.github/workflows/diagnostics.yml
@@ -16,7 +16,7 @@ jobs:
16
17
steps:
18
- name: PHP ${{ matrix.php }} ${{ matrix.contao }} Pull source
19
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
20
with:
21
fetch-depth: 0
22
@@ -28,15 +28,15 @@ jobs:
28
coverage: none
29
30
- name: PHP ${{ matrix.php }} ${{ matrix.contao }} Cache composer cache directory
31
- uses: actions/cache@v1
+ uses: actions/cache@v3
32
env:
33
cache-name: composer-cache-dir
34
35
path: ~/.cache/composer
36
key: ${{ runner.os }}-build-${{ env.cache-name }}
37
38
- name: PHP ${{ matrix.php }} ${{ matrix.contao }} Cache vendor directory
39
40
41
cache-name: composer-vendor
42
0 commit comments