File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1414
1515 steps :
1616 - name : Checkout
17- uses : actions/checkout@v3
17+ uses : actions/checkout@v4
1818 - name : Codespell
1919 uses : codespell-project/actions-codespell@v2
Original file line number Diff line number Diff line change 4545 CI_SKIP_TEST : 1
4646
4747 steps :
48- - uses : actions/checkout@v3
48+ - uses : actions/checkout@v4
4949 with :
5050 submodules : recursive
5151 fetch-depth : 0
Original file line number Diff line number Diff line change 3737
3838 runs-on : ubuntu-latest
3939 steps :
40- - uses : actions/checkout@v3
40+ - uses : actions/checkout@v4
4141 with :
4242 fetch-depth : 0
4343 - uses : actions/setup-python@v4
@@ -122,7 +122,7 @@ jobs:
122122 CI_SKIP_TEST : 1
123123
124124 steps :
125- - uses : actions/checkout@v3
125+ - uses : actions/checkout@v4
126126 - name : Set up Python ${{ matrix.python-version }}
127127 uses : actions/setup-python@v4
128128 with :
You can’t perform that action at this time.
0 commit comments