File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 3939 uses : actions/checkout@v5
4040
4141 - name : Setup Python 3.13
42- uses : actions/setup-python@v5
42+ uses : actions/setup-python@v6
4343 with :
4444 python-version : " 3.13"
4545
7979 uses : actions/checkout@v5
8080
8181 - name : Setup Python ${{ matrix.python }}
82- uses : actions/setup-python@v5
82+ uses : actions/setup-python@v6
8383 with :
8484 python-version : ${{ matrix.python }}
8585
@@ -110,7 +110,7 @@ jobs:
110110 uses : actions/checkout@v5
111111
112112 - name : Setup Python ${{ matrix.python }}
113- uses : actions/setup-python@v5
113+ uses : actions/setup-python@v6
114114 with :
115115 python-version : ${{ matrix.python }}
116116
@@ -136,7 +136,7 @@ jobs:
136136 runs-on : ubuntu-latest
137137 steps :
138138 - name : Setup Python 3.13
139- uses : actions/setup-python@v5
139+ uses : actions/setup-python@v6
140140 with :
141141 python-version : " 3.13"
142142
Original file line number Diff line number Diff line change 2222 uses : actions/checkout@v5
2323
2424 - name : Set up Python
25- uses : actions/setup-python@v5
25+ uses : actions/setup-python@v6
2626 with :
2727 python-version : 3.11
2828
Original file line number Diff line number Diff line change 3131 fetch-depth : 0 # Shallow clones should be disabled for a better relevancy of analysis
3232
3333 - name : Set up Python
34- uses : actions/setup-python@v5
34+ uses : actions/setup-python@v6
3535 with :
3636 python-version : " 3.13"
3737
You can’t perform that action at this time.
0 commit comments