We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ff6a78 commit c40af69Copy full SHA for c40af69
.github/workflows/pipeline.yml
@@ -16,11 +16,11 @@ jobs:
16
unit-bdd-tests-and-scan-dependencies:
17
runs-on: ubuntu-latest
18
steps:
19
- - uses: actions/checkout@v3
20
- - name: Set up Python 3.11
21
- uses: actions/setup-python@v3
+ - uses: actions/checkout@v4
+ - name: Set up Python 3.13
+ uses: actions/setup-python@v5
22
with:
23
- python-version: "3.11"
+ python-version: "3.13"
24
- name: Install dependencies
25
run: |
26
pip install --user poetry
0 commit comments