Skip to content

Commit

Permalink
ci: update setup-python action from v4 to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
WeisLeDocto committed May 2, 2024
1 parent 81e9b13 commit 6d5dcdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_python_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: actions/checkout@v4
# Set up the correct version of Python
- name: Set up Python ${{ matrix.python-version }} on ${{ matrix.os }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
# Install the build dependencies
Expand Down

0 comments on commit 6d5dcdd

Please sign in to comment.