Skip to content

Commit 8e68197

Browse files
committed
update CI workflow to use Python 3.8.10 and upgrade setup-python action to v5
1 parent 490e90c commit 8e68197

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ jobs:
77
ci:
88
runs-on: ubuntu-24.04
99
steps:
10-
- uses: actions/setup-python@v4
10+
- uses: actions/setup-python@v5
1111
with:
12-
python-version: 3.8
12+
python-version: '3.8.10'
1313
- env:
1414
DOCKER_APP_IMAGE_NAME: "ghcr.io/hasadna/knesset-data-pipelines/knesset-data-pipelines-airflow"
1515
DOCKER_LEGACY_IMAGE_NAME: "ghcr.io/hasadna/knesset-data-pipelines/knesset-data-pipelines-legacy"

0 commit comments

Comments
 (0)