3333python : [3.13.14t, 3.14.6t]
3434steps :
3535 - name : Checkout
36- uses : actions/checkout@v6
36+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
3737
3838 - name : setup-python ${{ matrix.python }}
3939id : setup-python
7070python : [3.13.14t, 3.14.6t]
7171steps :
7272 - name : Checkout
73- uses : actions/checkout@v6
73+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
7474
7575 - name : build-version-file ${{ matrix.python }}
7676run : echo ${{ matrix.python }} > .python-version
@@ -110,7 +110,7 @@ jobs:
110110python : [3.13.14t, 3.14.6t]
111111steps :
112112 - name : Checkout
113- uses : actions/checkout@v6
113+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
114114
115115 - name : build-version-file ${{ matrix.python }}
116116run : echo ${{ matrix.python }} > .python-version
@@ -148,7 +148,7 @@ jobs:
148148python : [3.13.14, 3.14.6]
149149steps :
150150 - name : Checkout
151- uses : actions/checkout@v6
151+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
152152
153153 - name : build-version-file ${{ matrix.python }}
154154run : |
@@ -189,7 +189,7 @@ jobs:
189189python : [3.13.14, 3.14.6]
190190steps :
191191 - name : Checkout
192- uses : actions/checkout@v6
192+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
193193
194194 - name : build-version-file ${{ matrix.python }}
195195run : |
@@ -230,7 +230,7 @@ jobs:
230230python : [3.13.14t, 3.14.6t, 3.15t-dev]
231231steps :
232232 - name : Checkout
233- uses : actions/checkout@v6
233+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
234234
235235 - name : build-tool-versions-file ${{ matrix.python }}
236236run : |
@@ -261,7 +261,7 @@ jobs:
261261python : [3.13t, 3.15t-dev]
262262steps :
263263 - name : Checkout
264- uses : actions/checkout@v6
264+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
265265
266266 - name : build-version-file ${{ matrix.python }}
267267run : |
@@ -301,7 +301,7 @@ jobs:
301301python : [3.13.14t, 3.14.6t, 3.15t-dev]
302302steps :
303303 - name : Checkout
304- uses : actions/checkout@v6
304+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
305305
306306 - name : build-version-file ${{ matrix.python }}
307307run : |
@@ -340,7 +340,7 @@ jobs:
340340]
341341steps :
342342 - name : Checkout
343- uses : actions/checkout@v6
343+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
344344
345345 - name : setup-python 3.15.0-beta.3
346346id : setup-python
@@ -377,7 +377,7 @@ jobs:
377377]
378378steps :
379379 - name : Checkout
380- uses : actions/checkout@v6
380+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
381381
382382 - name : setup-python 3.15t-dev
383383id : setup-python
@@ -414,7 +414,7 @@ jobs:
414414]
415415steps :
416416 - name : Checkout
417- uses : actions/checkout@v6
417+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
418418
419419 - name : setup-python 3.15t
420420id : setup-python
@@ -453,7 +453,7 @@ jobs:
453453python : [3.13.14t, 3.14.6t]
454454steps :
455455 - name : Checkout
456- uses : actions/checkout@v6
456+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
457457
458458 - name : setup-python ${{ matrix.python }}
459459id : setup-python
@@ -485,7 +485,7 @@ jobs:
485485]
486486python-version : [3.13t, 3.15t-dev]
487487steps :
488- - uses : actions/checkout@v6
488+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
489489 - name : Setup Python and check latest
490490id : setup-python
491491uses : ./
@@ -511,7 +511,7 @@ jobs:
511511macos-latest
512512]
513513steps :
514- - uses : actions/checkout@v6
514+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
515515 - name : Setup multiple Python versions
516516id : setup-python
517517uses : ./
@@ -542,7 +542,7 @@ jobs:
542542python : [3.13.14, 3.14.6, 3.15-dev, 3.15.0-beta.3]
543543steps :
544544 - name : Checkout
545- uses : actions/checkout@v6
545+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
546546 - name : setup-python ${{ matrix.python }}
547547id : setup-python
548548uses : ./
0 commit comments