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 8cb40d3 commit d03025dCopy full SHA for d03025d
.github/workflows/integration-test-cluster-neo4j-4.yml
@@ -23,7 +23,8 @@ jobs:
23
echo "CONNECTION=neo4j://neo4j:testtest@server1" >> .env
24
25
- name: Cache PHP deps
26
- uses: actions/cache@v3
+ id: cache-php-deps
27
+ uses: actions/cache@v4
28
with:
29
path: vendor
30
key: ${{ runner.os }}-php-${{ matrix.php }}-${{ hashFiles('**/composer.json') }}
0 commit comments