Skip to content

Commit

Permalink
chore(ci): specify major and minor only for python version
Browse files Browse the repository at this point in the history
  • Loading branch information
newt-sc committed Dec 30, 2023
1 parent 3a02343 commit 4515aa1
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
if: "!startsWith(needs.validate.outputs.commit, 'chore:')"
uses: actions/setup-python@v5
with:
python-version: 3.8.8
python-version: 3.8

- name: install
if: "!startsWith(needs.validate.outputs.commit, 'chore:')"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cron-tests-addic7ed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: setup-python
uses: actions/setup-python@v5
with:
python-version: 3.8.8
python-version: 3.8

- name: install
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cron-tests-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: setup-python
uses: actions/setup-python@v5
with:
python-version: 3.8.8
python-version: 3.8

- name: install
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cron-tests-bsplayer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: setup-python
uses: actions/setup-python@v5
with:
python-version: 3.8.8
python-version: 3.8

- name: install
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cron-tests-opensubtitles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: setup-python
uses: actions/setup-python@v5
with:
python-version: 3.8.8
python-version: 3.8

- name: install
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cron-tests-podnadpisi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: setup-python
uses: actions/setup-python@v5
with:
python-version: 3.8.8
python-version: 3.8

- name: install
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cron-tests-search.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: setup-python
uses: actions/setup-python@v5
with:
python-version: 3.8.8
python-version: 3.8

- name: install
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cron-tests-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: setup-python
uses: actions/setup-python@v5
with:
python-version: 3.8.8
python-version: 3.8

- name: install
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cron-tests-subscene.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: setup-python
uses: actions/setup-python@v5
with:
python-version: 3.8.8
python-version: 3.8

- name: install
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cron-tests-tvshow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: setup-python
uses: actions/setup-python@v5
with:
python-version: 3.8.8
python-version: 3.8

- name: install
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cron-update-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: setup-python
uses: actions/setup-python@v5
with:
python-version: 3.8.8
python-version: 3.8

- name: install
run: |
Expand Down

0 comments on commit 4515aa1

Please sign in to comment.