Skip to content

Commit bb8862f

Browse files
committed
Update postgres action
1 parent da36ed2 commit bb8862f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

{{cookiecutter.__src_folder_name}}/.github/workflows/test_postgres.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ jobs:
3131
if: matrix.os == 'macos-latest-xlarge'
3232
run: brew install postgresql@14
3333
- name: Setup postgres
34-
uses: ikalnytskyi/action-setup-postgres@v4
34+
uses: ikalnytskyi/action-setup-postgres@v6
3535
- name: Setup python
36-
uses: actions/setup-python@v2
36+
uses: actions/setup-python@v4
3737
with:
3838
{% raw %}
3939
python-version: ${{ matrix.python_version }}

0 commit comments

Comments
 (0)