File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ jobs:
123123 uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
124124
125125 - name : Setup Python
126- uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
126+ uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
127127 with :
128128 python-version : ${{ matrix.python-version }}
129129 allow-prereleases : true
@@ -160,7 +160,7 @@ jobs:
160160 cache-dependency-path : electron/package-lock.json
161161
162162 - name : Setup Python
163- uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
163+ uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
164164 with :
165165 python-version : " 3.11"
166166 cache : ' pip'
@@ -265,7 +265,7 @@ jobs:
265265 cache-dependency-path : electron/package-lock.json
266266
267267 - name : Setup Python
268- uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
268+ uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
269269 with :
270270 python-version : " 3.11"
271271 cache : ' pip'
@@ -359,7 +359,7 @@ jobs:
359359 fetch-depth : 0
360360
361361 - name : Setup Python
362- uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
362+ uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
363363 with :
364364 python-version : " 3.12"
365365 cache : ' pip'
Original file line number Diff line number Diff line change 2323 with :
2424 fetch-depth : 0
2525
26- - uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
26+ - uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
2727 with :
2828 python-version : " 3.12"
2929
You can’t perform that action at this time.
0 commit comments