Skip to content

Commit

Permalink
ci: use new versions of checkout and python setup actions
Browse files Browse the repository at this point in the history
  • Loading branch information
d-Rickyy-b committed Dec 21, 2022
1 parent 05f3496 commit e2b9941
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python_pypi_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: '3.7'
python-version: '3.10'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit e2b9941

Please sign in to comment.