Skip to content

Commit

Permalink
[CI] Update to Python 3.10.9
Browse files Browse the repository at this point in the history
  • Loading branch information
goggle committed Jan 29, 2023
1 parent 7f1e9e1 commit 3f15062
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/addoncheck-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:

steps:
- uses: actions/checkout@v1
- name: Set up Python 3.10.8
- name: Set up Python 3.10.9
uses: actions/setup-python@v1
with:
python-version: 3.10.8
python-version: 3.10.9
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/addoncheck-nexus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:

steps:
- uses: actions/checkout@v1
- name: Set up Python 3.10.8
- name: Set up Python 3.10.9
uses: actions/setup-python@v1
with:
python-version: 3.10.8
python-version: 3.10.9
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/flake8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:

steps:
- uses: actions/checkout@v1
- name: Set up Python 3.10.8
- name: Set up Python 3.10.9
uses: actions/setup-python@v1
with:
python-version: 3.10.8
python-version: 3.10.9
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 3f15062

Please sign in to comment.