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 2525 name : Lint
2626 runs-on : ubuntu-latest
2727 steps :
28- - uses : actions/checkout@v4
28+ - uses : actions/checkout@v5
2929 - uses : actions/setup-python@v5
3030 with :
3131 python-version : " 3.x"
7676 arch : " universal2"
7777
7878 steps :
79- - uses : actions/checkout@v4
79+ - uses : actions/checkout@v5
8080 with :
8181 fetch-depth : 0 # required for setuptools_scm to find tags
8282 submodules : ' recursive'
@@ -113,7 +113,7 @@ jobs:
113113 needs : [lint]
114114 runs-on : ubuntu-latest
115115 steps :
116- - uses : actions/checkout@v4
116+ - uses : actions/checkout@v5
117117 with :
118118 fetch-depth : 0 # required for setuptools_scm to find tags
119119 submodules : ' recursive'
@@ -136,7 +136,7 @@ jobs:
136136 python : ["3.8", "3.13"]
137137
138138 steps :
139- - uses : actions/checkout@v4
139+ - uses : actions/checkout@v5
140140 - uses : actions/setup-python@v5
141141 name : Install Python ${{ matrix.python }}
142142 id : python
You can’t perform that action at this time.
0 commit comments