Skip to content

Commit

Permalink
Trying to fix actions failure: upgrading Python version and setup-pyt…
Browse files Browse the repository at this point in the history
…hon version in actions workflow
  • Loading branch information
sanosuke009 committed May 21, 2024
1 parent d900b37 commit 4f949c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,11 @@ jobs:
needs: [ windows-youtube-catapi-tests ]
steps:
- name: Checking out
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Set up Python 3.10
uses: actions/setup-python@v3
uses: actions/setup-python@v5
with:
python-version: "3.10"
python-version: "3.12"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 4f949c3

Please sign in to comment.