Skip to content

Commit

Permalink
[MOD] - changed GihHub Actions checkout and setup-python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
lpossner committed Jul 17, 2024
1 parent 2ba4603 commit eb30a33
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:
- python-version: "3.12"
cibw-string: "cp312-*"
steps:
- uses: actions/checkout@v2
- 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
Expand Down Expand Up @@ -68,9 +68,9 @@ jobs:
- python-version: "3.12"
cibw-string: "cp312-*"
steps:
- uses: actions/checkout@v2
- 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
Expand Down Expand Up @@ -113,9 +113,9 @@ jobs:
- python-version: "3.12"
cibw-string: "cp312-*"
steps:
- uses: actions/checkout@v2
- 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
Expand Down

0 comments on commit eb30a33

Please sign in to comment.