From 8d44291b3d497ea7a9d8f05d90f9590a0bd0cb61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 04:43:40 +0000 Subject: [PATCH] chore(deps): bump nyurik/action-setup-postgis 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/cicd.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cicd.yaml b/.github/workflows/cicd.yaml index 28724d8..2618036 100644 --- a/.github/workflows/cicd.yaml +++ b/.github/workflows/cicd.yaml @@ -33,7 +33,7 @@ jobs: pre-commit run --all-files - name: install lib postgres - uses: nyurik/action-setup-postgis@v1 + uses: nyurik/action-setup-postgis@v2 - name: Install dependencies run: |