Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
Upgrade checkout to v4 from v3 and setup-python from v4 to v5
  • Loading branch information
Yer1k authored Jan 31, 2024
1 parent 52a3876 commit 6ceed77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ jobs:
matrix:
python-version: ['3.8', '3.9', '3.10']
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set up Python ${{ matrix.python-version }}
id: setup_python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
cache: 'pip'
Expand Down

0 comments on commit 6ceed77

Please sign in to comment.