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 1313 fail-fast : false
1414 matrix :
1515 python-version : [ "3.12" ]
16- poetry-version : [ "1.7.1 " ]
16+ poetry-version : [ "1.8.3 " ]
1717
1818 env :
1919 PYTHONDONTWRITEBYTECODE : 1
@@ -46,14 +46,14 @@ jobs:
4646 options : --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
4747
4848 steps :
49- - uses : actions/checkout@v3
49+ - uses : actions/checkout@v4
5050 - name : Create database schema
5151 run : PGPASSWORD=secret psql -h 127.0.0.1 -d testdb -U app-user -c "CREATE SCHEMA shakespeare; CREATE SCHEMA happy_hog;"
52- - uses : actions/setup-python@v4
52+ - uses : actions/setup-python@v5
5353 with :
5454 python-version : ${{ matrix.python-version }}
5555 - name : Install Poetry
56- uses : abatilo/actions-poetry@v2
56+ uses : abatilo/actions-poetry@v3
5757 with :
5858 poetry-version : ${{ matrix.poetry-version }}
5959 - name : Install dependencies
You can’t perform that action at this time.
0 commit comments