Skip to content

Commit 894ad8e

Browse files
Bump actions/setup-python from 5 to 6 (#2674)
1 parent edd7455 commit 894ad8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
steps:
5555
- uses: actions/checkout@v5
5656
- name: Set up Python ${{ matrix.python }}
57-
uses: actions/setup-python@v5
57+
uses: actions/setup-python@v6
5858
with:
5959
python-version: ${{ matrix.python }}
6060
cache: pip

0 commit comments

Comments
 (0)