Skip to content

Commit 26f6d91

Browse files
chore(deps): bump the all group across 1 directory with 2 updates (#121)
Bumps the all group with 2 updates in the / directory: [nyurik/action-setup-postgis](https://github.com/nyurik/action-setup-postgis) and [docker/login-action](https://github.com/docker/login-action). 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) Updates `docker/login-action` from 3.1.0 to 3.2.0 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v3.1.0...v3.2.0) --- updated-dependencies: - dependency-name: nyurik/action-setup-postgis dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 689ff31 commit 26f6d91

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cicd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
pre-commit run --all-files
3434
3535
- name: install lib postgres
36-
uses: nyurik/action-setup-postgis@v1
36+
uses: nyurik/action-setup-postgis@v2
3737

3838
- name: Install dependencies
3939
run: |

.github/workflows/packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Checkout repository
1818
uses: actions/checkout@v4
1919
- name: Log in to the Container registry
20-
uses: docker/login-action@v3.1.0
20+
uses: docker/login-action@v3.2.0
2121
with:
2222
registry: ghcr.io
2323
username: ${{ github.actor }}

0 commit comments

Comments
 (0)