Skip to content

Commit 5e72d35

Browse files
committed
updating setup-python action
1 parent 92e241d commit 5e72d35

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-mac.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767

6868
steps:
6969

70-
- uses: actions/setup-python@v3
70+
- uses: actions/setup-python@v5
7171
with:
7272
python-version: '3.13'
7373

.github/workflows/ci-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
steps:
8686

8787
- name: setup python
88-
uses: actions/setup-python@v3
88+
uses: actions/setup-python@v5
8989
with:
9090
python-version: '3.13'
9191

0 commit comments

Comments
 (0)