Skip to content

Commit c4cf647

Browse files
committed
Update custom workflows to latest PTB action & checkout action
1 parent 97cd99a commit c4cf647

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/pypi_release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ jobs:
1414
steps:
1515

1616
- name: SCM Checkout
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@v6
1818

1919
- name: Setup Python & Poetry Environment
20-
uses: exasol/python-toolbox/.github/actions/python-environment@v1
20+
uses: exasol/python-toolbox/.github/actions/python-environment@v6
2121
with:
2222
python-version: "3.10"
23-
poetry-version: "2.1.2"
23+
poetry-version: "2.3.0"
2424

2525
- name: Build Artifacts
2626
run: poetry build

.github/workflows/pytest.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ jobs:
1313
steps:
1414

1515
- name: SCM Checkout
16-
uses: actions/checkout@v4
16+
uses: actions/checkout@v6
1717

1818
- name: Setup Python & Poetry Environment
19-
uses: exasol/python-toolbox/.github/actions/python-environment@v1
19+
uses: exasol/python-toolbox/.github/actions/python-environment@v6
2020
with:
2121
python-version: ${{ matrix.python-version }}
22-
poetry-version: '2.1.2'
22+
poetry-version: '2.3.0'
2323

2424
- name: Run pytest
2525
run: poetry run -- python3 -m pytest

0 commit comments

Comments
 (0)