Skip to content

Commit ab266bc

Browse files
authored
Update run-tests.yml
1 parent 8528d10 commit ab266bc

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

.github/workflows/run-tests.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
steps:
1818
- name: Checkout code
19-
uses: actions/checkout@v1
19+
uses: actions/checkout@v4
2020

2121
- name: Install sed
2222
run: sudo apt-get install sed
@@ -29,12 +29,6 @@ jobs:
2929
- name: Patch SSH Daemon
3030
run: sudo sed -ri 's/^#? StrictHostKeyChecking ask/StrictHostKeyChecking no/g' /etc/ssh/ssh_config
3131

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-
3832
- name: Setup PHP
3933
uses: shivammathur/setup-php@v2
4034
with:

0 commit comments

Comments
 (0)