Skip to content

Commit 83138b3

Browse files
committed
CI refactor
1 parent 4c20ea5 commit 83138b3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build-and-test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
ports:
3535
- 6379:6379
3636
sqldb:
37-
image: postgres:16
37+
image: postgres:17
3838
env:
3939
POSTGRES_USER: panettone
4040
POSTGRES_PASSWORD: secret
@@ -45,12 +45,12 @@ jobs:
4545
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
4646

4747
steps:
48-
- uses: actions/checkout@v4
48+
- uses: actions/checkout@v5
4949
- name: Create database schema
5050
run: PGPASSWORD=secret psql -h 127.0.0.1 -d testdb -U panettone -c "CREATE SCHEMA shakespeare; CREATE SCHEMA happy_hog;"
5151

52-
- name: Install the latest version of uv and set the python version
53-
uses: astral-sh/setup-uv@v5
52+
- name: Install the latest version of uv
53+
uses: astral-sh/setup-uv@v7
5454
with:
5555
python-version: ${{ matrix.python-version }}
5656

0 commit comments

Comments
 (0)