Skip to content

Commit b987d80

Browse files
committed
minor github ci updates
1 parent b499783 commit b987d80

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
@@ -13,7 +13,7 @@ jobs:
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

0 commit comments

Comments
 (0)