From 793daa2a38a6af8dd7beb2f945e008c9dfe6941c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 01:16:45 +0000 Subject: [PATCH] Bump nyurik/action-setup-postgis from 1 to 2 in the all group 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](https://github.com/nyurik/action-setup-postgis/compare/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] --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1103849..82f1680 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: | @@ -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: |