File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-latest
12
12
steps :
13
13
- uses : actions/checkout@v5
14
- - uses : actions/setup-python@v4
14
+ - uses : actions/setup-python@v6
15
15
with :
16
16
python-version : ' 3.11'
17
17
-
uses :
pre-commit/[email protected]
77
77
- uses : actions/checkout@v5
78
78
79
79
- name : Set up Python
80
- uses : actions/setup-python@v4
80
+ uses : actions/setup-python@v6
81
81
with :
82
82
python-version : ' 3.11'
83
83
@@ -113,7 +113,7 @@ jobs:
113
113
- uses : actions/checkout@v5
114
114
115
115
- name : Set up Python
116
- uses : actions/setup-python@v4
116
+ uses : actions/setup-python@v6
117
117
with :
118
118
python-version : ' 3.11'
119
119
Original file line number Diff line number Diff line change 18
18
- uses : actions/checkout@v5
19
19
20
20
- name : Set up Python
21
- uses : actions/setup-python@v4
21
+ uses : actions/setup-python@v6
22
22
with :
23
23
python-version : ' 3.11'
24
24
Original file line number Diff line number Diff line change 11
11
- uses : actions/checkout@v5
12
12
13
13
- name : Set up Python
14
- uses : actions/setup-python@v4
14
+ uses : actions/setup-python@v6
15
15
with :
16
16
python-version : ' 3.11'
17
17
You can’t perform that action at this time.
0 commit comments