File tree Expand file tree Collapse file tree 7 files changed +11
-11
lines changed
Expand file tree Collapse file tree 7 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ jobs:
142142 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
143143
144144 - name : Set up Python
145- uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
145+ uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
146146 with :
147147 python-version : ' 3.11'
148148
@@ -240,7 +240,7 @@ jobs:
240240 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
241241
242242 - name : Set up Python
243- uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
243+ uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
244244 with :
245245 python-version : ' 3.11'
246246
@@ -418,7 +418,7 @@ jobs:
418418 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
419419
420420 - name : Set up Python
421- uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
421+ uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
422422 with :
423423 python-version : ' 3.11'
424424
@@ -593,7 +593,7 @@ jobs:
593593 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
594594
595595 - name : Set up Python
596- uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
596+ uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
597597 with :
598598 python-version : ' 3.11'
599599
Original file line number Diff line number Diff line change 4444 uses : actions/checkout@v6
4545
4646 - name : Setup Python
47- uses : actions/setup-python@v5
47+ uses : actions/setup-python@v6
4848 with :
4949 python-version : " 3.11"
5050
Original file line number Diff line number Diff line change 8080 node-version : 20
8181
8282 - name : Setup Python
83- uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
83+ uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
8484 with :
8585 python-version : ' 3.11'
8686
@@ -167,7 +167,7 @@ jobs:
167167 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
168168
169169 - name : Setup Python
170- uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
170+ uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
171171 with :
172172 python-version : ' 3.11'
173173
Original file line number Diff line number Diff line change 1717 - uses : actions/checkout@v6
1818
1919 - name : Set up Python
20- uses : actions/setup-python@v5
20+ uses : actions/setup-python@v6
2121 with :
2222 python-version : " 3.12"
2323
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ jobs:
103103 node-version : 20
104104
105105 - name : Setup Python
106- uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
106+ uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
107107 with :
108108 python-version : ' 3.11'
109109
Original file line number Diff line number Diff line change 2323 - uses : actions/checkout@v6
2424
2525 - name : Set up Python
26- uses : actions/setup-python@v5
26+ uses : actions/setup-python@v6
2727 with :
2828 python-version : " 3.11"
2929
Original file line number Diff line number Diff line change 2525 - uses : actions/checkout@v6
2626
2727 - name : Set up Python
28- uses : actions/setup-python@v5
28+ uses : actions/setup-python@v6
2929 with :
3030 python-version : " 3.12"
3131
You can’t perform that action at this time.
0 commit comments