Skip to content

Commit

Permalink
GHA: update actions/setup-python to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
joostvanzwieten committed Dec 19, 2023
1 parent f11d55c commit 7e88dce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
- name: Move nutils directory
run: mv nutils _nutils
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Download Python package artifact
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
- name: Move nutils directory
run: mv nutils _nutils
- name: Set up Python
uses: actions/setup-python@v1
uses: actions/setup-python@v5
- name: Download Python package artifact
uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit 7e88dce

Please sign in to comment.