2424 python-version : ['3.13']
2525
2626 steps :
27- - uses : actions/checkout@v5
27+ - uses : actions/checkout@v6
2828
2929 - name : Set up Python ${{ matrix.python-version }}
3030 uses : actions/setup-python@v6
5555 python-version : ['3.13']
5656
5757 steps :
58- - uses : actions/checkout@v5
58+ - uses : actions/checkout@v6
5959
6060 - name : Set up Python ${{ matrix.python-version }}
6161 uses : actions/setup-python@v6
8585 python-version : ['3.13']
8686
8787 steps :
88- - uses : actions/checkout@v5
88+ - uses : actions/checkout@v6
8989 - name : Set up Python ${{ matrix.python-version }}
9090 uses : actions/setup-python@v6
9191 with :
@@ -112,7 +112,7 @@ jobs:
112112 python-version : ['3.13']
113113
114114 steps :
115- - uses : actions/checkout@v5
115+ - uses : actions/checkout@v6
116116 - name : Set up Python ${{ matrix.python-version }}
117117 uses : actions/setup-python@v6
118118 with :
@@ -138,7 +138,7 @@ jobs:
138138 python-version : ['3.13']
139139
140140 steps :
141- - uses : actions/checkout@v5
141+ - uses : actions/checkout@v6
142142
143143 - name : Set up Python ${{ matrix.python-version }}
144144 uses : actions/setup-python@v6
@@ -177,7 +177,7 @@ jobs:
177177 python-version : ['3.13']
178178
179179 steps :
180- - uses : actions/checkout@v5
180+ - uses : actions/checkout@v6
181181 - name : Set up Python ${{ matrix.python-version }}
182182 uses : actions/setup-python@v6
183183 with :
0 commit comments