File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments