Skip to content
This repository was archived by the owner on Sep 18, 2025. It is now read-only.

Commit 9df3a36

Browse files
chore(deps): pin dependencies
1 parent 3d39fb9 commit 9df3a36

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/build-and-publish-core.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- uses: actions/checkout@v4
3030
- uses: actions/setup-python@v5
3131
with:
32-
python-version: '3.10'
32+
python-version: '3.10.18'
3333
- name: Build core
3434
working-directory: expediagroup/sdk/core
3535
run: |

.github/workflows/code-quality.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Set up Python environment
2424
uses: actions/setup-python@v5
2525
with:
26-
python-version: "3.11"
26+
python-version: "3.11.13"
2727
- name: Install Dependencies
2828
run: pip install -r requirements-dev.txt
2929
- name: flake8 Lint

.github/workflows/generate-sdk.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- uses: actions/checkout@v4
3232
- uses: actions/setup-python@v5
3333
with:
34-
python-version: '3.10'
34+
python-version: '3.10.18'
3535
- uses: actions/download-artifact@v4
3636
with:
3737
name: specs

.github/workflows/generator-publish-sources.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v4
1919
- uses: actions/setup-python@v5
2020
with:
21-
python-version: '3.10'
21+
python-version: '3.10.18'
2222
- uses: actions/download-artifact@v4
2323
with:
2424
name: sdk

.github/workflows/validate-test-coverage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/checkout@v4
2323
- uses: actions/setup-python@v5
2424
with:
25-
python-version: '3.11'
25+
python-version: '3.11.13'
2626
- name: Install Dependencies
2727
run: pip install -r requirements-test.txt && pip install -r requirements-core.txt
2828
- name: Coverage Run

0 commit comments

Comments
 (0)