Skip to content

Commit c40af69

Browse files
committed
ci(pipeline.yml): bump python to 3.13 and other actions
1 parent 4ff6a78 commit c40af69

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/pipeline.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ jobs:
1616
unit-bdd-tests-and-scan-dependencies:
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/checkout@v3
20-
- name: Set up Python 3.11
21-
uses: actions/setup-python@v3
19+
- uses: actions/checkout@v4
20+
- name: Set up Python 3.13
21+
uses: actions/setup-python@v5
2222
with:
23-
python-version: "3.11"
23+
python-version: "3.13"
2424
- name: Install dependencies
2525
run: |
2626
pip install --user poetry

0 commit comments

Comments
 (0)