Skip to content

Commit

Permalink
Update pip-ci.yml workflow to use latest action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
xela-95 committed Nov 6, 2024
1 parent e32c184 commit 708c793
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pip-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
os: [ubuntu-20.04, macos-latest, windows-2019]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v3
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}

Expand Down

0 comments on commit 708c793

Please sign in to comment.