File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 name : Rerun pre-commit checks
1919 runs-on : ubuntu-latest
2020 steps :
21- - uses : actions/checkout@v3
21+ - uses : actions/checkout@v4
2222 - uses : actions/setup-python@v4
2323 with :
2424 python-version : ' 3.11'
3333 python-version : [3.8, 3.9, "3.10", "3.11"]
3434 steps :
3535 - name : Check out repo
36- uses : actions/checkout@v3
36+ uses : actions/checkout@v4
3737 - name : Set up Python ${{ matrix.python-version }}
3838 uses : actions/setup-python@v4
3939 with :
7373 python-arch : [x86, x64]
7474 steps :
7575 - name : Check out repo
76- uses : actions/checkout@v3
76+ uses : actions/checkout@v4
7777 - name : Set up Python ${{ matrix.python-version }} ${{ matrix.python-arch }}
7878 uses : actions/setup-python@v4
7979 with :
@@ -129,7 +129,7 @@ jobs:
129129 runs-on : ubuntu-latest
130130 steps :
131131 - name : Check out repo
132- uses : actions/checkout@v3
132+ uses : actions/checkout@v4
133133 - name : Set up Python
134134 uses : actions/setup-python@v4
135135 with :
You can’t perform that action at this time.
0 commit comments