File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
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
8181 key : libpq-${{ env.LIBPQ_VERSION }}-${{ matrix.platform }}-${{ matrix.arch }}
8282
8383 - name : Build wheels
84- 84+ 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- 146+ 147147 env :
148148 CIBW_BUILD : ${{matrix.pyver}}-macosx_${{matrix.arch}}
149149 CIBW_ARCHS_MACOS : x86_64
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments