We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da36ed2 commit bb8862fCopy full SHA for bb8862f
{{cookiecutter.__src_folder_name}}/.github/workflows/test_postgres.yml
@@ -31,9 +31,9 @@ jobs:
31
if: matrix.os == 'macos-latest-xlarge'
32
run: brew install postgresql@14
33
- name: Setup postgres
34
- uses: ikalnytskyi/action-setup-postgres@v4
+ uses: ikalnytskyi/action-setup-postgres@v6
35
- name: Setup python
36
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v4
37
with:
38
{% raw %}
39
python-version: ${{ matrix.python_version }}
0 commit comments