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 111895a commit 312e9c0Copy full SHA for 312e9c0
.github/workflows/tests.yml
@@ -96,14 +96,7 @@ jobs:
96
NEO4J_dbms_connectors_default__advertised__address: readreplica1
97
98
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
+ - uses: actions/checkout@v1
107
- name: Setup PHP
108
run: |
109
apt-get update && apt-get install -y \
0 commit comments