File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 69
69
objects.githubusercontent.com:443
70
70
71
71
- uses : actions/checkout@61b9e3751b92087fd0b06925ba6dd6314e06f089
72
- - uses : actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # 5.0 .0
72
+ - uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # 5.1 .0
73
73
with :
74
74
python-version : ${{ matrix.python-version }}
75
75
Original file line number Diff line number Diff line change 41
41
static.rust-lang.org:443
42
42
43
43
- uses : actions/checkout@61b9e3751b92087fd0b06925ba6dd6314e06f089
44
- - uses : actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c
44
+ - uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d
45
45
with :
46
46
python-version : 3.8
47
47
architecture : x64
72
72
egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
73
73
74
74
- uses : actions/checkout@61b9e3751b92087fd0b06925ba6dd6314e06f089
75
- - uses : actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c
75
+ - uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d
76
76
with :
77
77
python-version : ${{ matrix.python-version }}
78
78
@@ -102,7 +102,7 @@ jobs:
102
102
egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
103
103
104
104
- uses : actions/checkout@61b9e3751b92087fd0b06925ba6dd6314e06f089
105
- - uses : actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c
105
+ - uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d
106
106
with :
107
107
python-version : ${{ matrix.python-version }}
108
108
@@ -147,7 +147,7 @@ jobs:
147
147
toolchain : 1.73.0
148
148
149
149
- name : Set up Python 3.8
150
- uses : actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0 .0
150
+ uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1 .0
151
151
with :
152
152
python-version : 3.8
153
153
You can’t perform that action at this time.
0 commit comments