Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mirca committed Mar 1, 2024
2 parents 4fad2ea + 579ced6 commit 5b9297b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pythonpackage.yml
Expand Up @@ -13,9 +13,9 @@ jobs:
os: [macos-latest, ubuntu-latest, windows-latest]

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install Dependencies (Windows)
Expand Down

0 comments on commit 5b9297b

Please sign in to comment.