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 8528d10 commit ab266bcCopy full SHA for ab266bc
1 file changed
.github/workflows/run-tests.yml
@@ -16,7 +16,7 @@ jobs:
16
17
steps:
18
- name: Checkout code
19
- uses: actions/checkout@v1
+ uses: actions/checkout@v4
20
21
- name: Install sed
22
run: sudo apt-get install sed
@@ -29,12 +29,6 @@ jobs:
29
- name: Patch SSH Daemon
30
run: sudo sed -ri 's/^#? StrictHostKeyChecking ask/StrictHostKeyChecking no/g' /etc/ssh/ssh_config
31
32
- - name: Cache dependencies
33
- uses: actions/cache@v1
34
- with:
35
- path: ~/.composer/cache/files
36
- key: dependencies-php-${{ matrix.php }}-composer-${{ hashFiles('composer.json') }}
37
-
38
- name: Setup PHP
39
uses: shivammathur/setup-php@v2
40
with:
0 commit comments