Skip to content

Commit

Permalink
chore(deps): bump the all group across 1 directory with 2 updates (#121)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] committed Jun 3, 2024
1 parent 689ff31 commit 26f6d91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- name: Log in to the Container registry
uses: docker/login-action@v3.1.0
uses: docker/login-action@v3.2.0
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down

0 comments on commit 26f6d91

Please sign in to comment.