File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 18
18
name : Rerun pre-commit checks
19
19
runs-on : ubuntu-latest
20
20
steps :
21
- - uses : actions/checkout@v3
21
+ - uses : actions/checkout@v4
22
22
- uses : actions/setup-python@v4
23
23
with :
24
24
python-version : ' 3.11'
33
33
python-version : [3.8, 3.9, "3.10", "3.11"]
34
34
steps :
35
35
- name : Check out repo
36
- uses : actions/checkout@v3
36
+ uses : actions/checkout@v4
37
37
- name : Set up Python ${{ matrix.python-version }}
38
38
uses : actions/setup-python@v4
39
39
with :
73
73
python-arch : [x86, x64]
74
74
steps :
75
75
- name : Check out repo
76
- uses : actions/checkout@v3
76
+ uses : actions/checkout@v4
77
77
- name : Set up Python ${{ matrix.python-version }} ${{ matrix.python-arch }}
78
78
uses : actions/setup-python@v4
79
79
with :
@@ -129,7 +129,7 @@ jobs:
129
129
runs-on : ubuntu-latest
130
130
steps :
131
131
- name : Check out repo
132
- uses : actions/checkout@v3
132
+ uses : actions/checkout@v4
133
133
- name : Set up Python
134
134
uses : actions/setup-python@v4
135
135
with :
You can’t perform that action at this time.
0 commit comments