Skip to content

Commit

Permalink
Bump ikalnytskyi/action-setup-postgres from 6 to 7
Browse files Browse the repository at this point in the history
Bumps [ikalnytskyi/action-setup-postgres](https://github.com/ikalnytskyi/action-setup-postgres) from 6 to 7.
- [Release notes](https://github.com/ikalnytskyi/action-setup-postgres/releases)
- [Commits](ikalnytskyi/action-setup-postgres@v6...v7)

---
updated-dependencies:
- dependency-name: ikalnytskyi/action-setup-postgres
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 2, 2024
1 parent a22a87f commit 0092eec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

- name: Setup PostgreSQL DB
if: matrix.os != 'macos-12' # macOS is too slow for tests in GitHub Actions
uses: ikalnytskyi/action-setup-postgres@v6
uses: ikalnytskyi/action-setup-postgres@v7
id: postgres
with:
username: fdp
Expand Down

0 comments on commit 0092eec

Please sign in to comment.