Skip to content

Commit

Permalink
Bump nyurik/action-setup-postgis from 1 to 2 in the all group
Browse files Browse the repository at this point in the history
Bumps the all group with 1 update: [nyurik/action-setup-postgis](https://github.com/nyurik/action-setup-postgis).


Updates `nyurik/action-setup-postgis` from 1 to 2
- [Release notes](https://github.com/nyurik/action-setup-postgis/releases)
- [Commits](nyurik/action-setup-postgis@v1...v2)

---
updated-dependencies:
- dependency-name: nyurik/action-setup-postgis
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 27, 2024
1 parent ade4b6b commit 793daa2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: install lib postgres
uses: nyurik/action-setup-postgis@v1
uses: nyurik/action-setup-postgis@v2

- name: Install dependencies
run: |
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
python-version: ${{ env.LATEST_PY_VERSION }}

- name: install lib postgres
uses: nyurik/action-setup-postgis@v1
uses: nyurik/action-setup-postgis@v2

- name: Install dependencies
run: |
Expand Down

0 comments on commit 793daa2

Please sign in to comment.