Skip to content

Commit 312e9c0

Browse files
author
Davide Fantuzzi
committed
use older checkout version
1 parent 111895a commit 312e9c0

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -96,14 +96,7 @@ jobs:
9696
NEO4J_dbms_connectors_default__advertised__address: readreplica1
9797

9898
steps:
99-
- name: Force Install GIT latest
100-
run: |
101-
apt-get update \
102-
&& apt-get install -y software-properties-common \
103-
&& add-apt-repository -y ppa:git-core/ppa \
104-
&& apt-get update \
105-
&& apt-get install -y git
106-
- uses: actions/checkout@v2
99+
- uses: actions/checkout@v1
107100
- name: Setup PHP
108101
run: |
109102
apt-get update && apt-get install -y \

0 commit comments

Comments
 (0)