Skip to content

Commit

Permalink
Merge pull request #211 from sandialabs/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/setup-python-5

Bump actions/setup-python from 4 to 5
  • Loading branch information
mrbuche authored Dec 11, 2023
2 parents 73c192b + e3c3741 commit a44d83e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
with:
toolchain: 1.65.0
default: true
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: build wheels
Expand All @@ -51,7 +51,7 @@ jobs:
with:
toolchain: 1.65.0
default: true
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
- name: build wheels
run: |
python -m pip install cffi maturin
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
steps:
- name: checkout
uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: maturin
Expand Down

0 comments on commit a44d83e

Please sign in to comment.