Skip to content

Commit 8947b00

Browse files
reneleonhardtdvarrazzo
authored andcommitted
chore: update GitHub actions and Postgres image tags
1 parent 89005ac commit 8947b00

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Trigger docs build
14-
uses: peter-evans/repository-dispatch@v1
14+
uses: peter-evans/repository-dispatch@v2
1515
with:
1616
repository: psycopg/psycopg-website
1717
event-type: psycopg2-commit

.github/workflows/packages.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Checkout repos
20-
uses: actions/checkout@v3
20+
uses: actions/checkout@v4
2121

2222
- name: Build sdist
2323
run: ./scripts/build/build_sdist.sh
@@ -39,7 +39,7 @@ jobs:
3939

4040
services:
4141
postgresql:
42-
image: postgres:13
42+
image: postgres:16
4343
env:
4444
POSTGRES_PASSWORD: password
4545
ports:
@@ -69,10 +69,10 @@ jobs:
6969
runs-on: ubuntu-latest
7070
steps:
7171
- name: Checkout repos
72-
uses: actions/checkout@v3
72+
uses: actions/checkout@v4
7373

7474
- name: Set up QEMU for multi-arch build
75-
uses: docker/setup-qemu-action@v2
75+
uses: docker/setup-qemu-action@v3
7676

7777
- name: Cache libpq build
7878
uses: actions/cache@v3
@@ -81,7 +81,7 @@ jobs:
8181
key: libpq-${{ env.LIBPQ_VERSION }}-${{ matrix.platform }}-${{ matrix.arch }}
8282

8383
- name: Build wheels
84-
uses: pypa/[email protected].1
84+
uses: pypa/[email protected].2
8585
env:
8686
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
8787
CIBW_MANYLINUX_I686_IMAGE: manylinux2014
@@ -114,7 +114,7 @@ jobs:
114114

115115
services:
116116
postgresql:
117-
image: postgres:14
117+
image: postgres:16
118118
env:
119119
POSTGRES_PASSWORD: password
120120
ports:
@@ -140,10 +140,10 @@ jobs:
140140

141141
steps:
142142
- name: Checkout repos
143-
uses: actions/checkout@v3
143+
uses: actions/checkout@v4
144144

145145
- name: Build wheels
146-
uses: pypa/[email protected].1
146+
uses: pypa/[email protected].2
147147
env:
148148
CIBW_BUILD: ${{matrix.pyver}}-macosx_${{matrix.arch}}
149149
CIBW_ARCHS_MACOS: x86_64

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
--health-retries 5
5050
5151
steps:
52-
- uses: actions/checkout@v3
52+
- uses: actions/checkout@v4
5353

5454
# Can enable to test an unreleased libpq version.
5555
- name: install libpq 16

0 commit comments

Comments
 (0)