Skip to content

Commit d03025d

Browse files
committed
update cache action version
1 parent 8cb40d3 commit d03025d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/integration-test-cluster-neo4j-4.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ jobs:
2323
echo "CONNECTION=neo4j://neo4j:testtest@server1" >> .env
2424
2525
- name: Cache PHP deps
26-
uses: actions/cache@v3
26+
id: cache-php-deps
27+
uses: actions/cache@v4
2728
with:
2829
path: vendor
2930
key: ${{ runner.os }}-php-${{ matrix.php }}-${{ hashFiles('**/composer.json') }}

0 commit comments

Comments
 (0)