Skip to content

Commit 594cf10

Browse files
Merge pull request #180 from developmentseed/dependabot/github_actions/all-77d833d2d7
Bump nyurik/action-setup-postgis from 1 to 2 in the all group
2 parents ade4b6b + 793daa2 commit 594cf10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
python-version: ${{ matrix.python-version }}
3535

3636
- name: install lib postgres
37-
uses: nyurik/action-setup-postgis@v1
37+
uses: nyurik/action-setup-postgis@v2
3838

3939
- name: Install dependencies
4040
run: |
@@ -70,7 +70,7 @@ jobs:
7070
python-version: ${{ env.LATEST_PY_VERSION }}
7171

7272
- name: install lib postgres
73-
uses: nyurik/action-setup-postgis@v1
73+
uses: nyurik/action-setup-postgis@v2
7474

7575
- name: Install dependencies
7676
run: |

0 commit comments

Comments
 (0)