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 2020 - uses : actions/checkout@v4
2121
2222 - name : Set up Python
23- uses : actions/setup-python@v4
23+ uses : actions/setup-python@v5
2424 with :
2525 python-version : ' 3.x'
2626
@@ -115,7 +115,7 @@ jobs:
115115 node-version : ' 16.x'
116116
117117 - name : Set up python
118- uses : actions/setup-python@v4
118+ uses : actions/setup-python@v5
119119 with :
120120 python-version : ${{ matrix.python-version }}
121121
@@ -185,7 +185,7 @@ jobs:
185185 node-version : ' 16.x'
186186
187187 - name : Set up python
188- uses : actions/setup-python@v4
188+ uses : actions/setup-python@v5
189189 with :
190190 python-version : ${{ matrix.python-version }}
191191
@@ -253,7 +253,7 @@ jobs:
253253 node-version : ' 16.x'
254254
255255 - name : Set up python
256- uses : actions/setup-python@v4
256+ uses : actions/setup-python@v5
257257 with :
258258 python-version : ${{ matrix.python-version }}
259259
You can’t perform that action at this time.
0 commit comments