Skip to content

Commit f11d501

Browse files
update github action setup-python
1 parent 24235a0 commit f11d501

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- uses: actions/checkout@v6
5656

5757
- name: Set up Python ${{ matrix.python-version }}
58-
uses: actions/setup-python@v5
58+
uses: actions/setup-python@v6
5959
with:
6060
python-version: ${{ matrix.python-version }}
6161
check-latest: true
@@ -87,7 +87,7 @@ jobs:
8787
- uses: actions/checkout@v6
8888

8989
- name: Set up Python
90-
uses: actions/setup-python@v5
90+
uses: actions/setup-python@v6
9191
with:
9292
python-version: 3.12
9393

0 commit comments

Comments
 (0)