File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 17
17
runs-on : ubuntu-latest
18
18
steps :
19
19
- name : Checkout sources
20
- uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
20
+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
21
21
with :
22
22
persist-credentials : false
23
23
- name : Install rust toolchain
48
48
- " "
49
49
steps :
50
50
- name : Checkout sources
51
- uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
51
+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
52
52
with :
53
53
persist-credentials : false
54
54
- name : Install ${{ matrix.rust }} toolchain
68
68
runs-on : ubuntu-latest
69
69
steps :
70
70
- name : Checkout sources
71
- uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
71
+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
72
72
with :
73
73
persist-credentials : false
74
74
- name : Install rust toolchain
91
91
runs-on : ubuntu-latest
92
92
timeout-minutes : 30
93
93
steps :
94
- - uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
94
+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
95
95
- name : test on freebsd
96
96
uses : vmactions/freebsd-vm@d139f0eaa5d47d9fcc44f7ab1748574475d89565
97
97
with :
@@ -113,7 +113,7 @@ jobs:
113
113
runs-on : ubuntu-latest
114
114
steps :
115
115
- name : Checkout sources
116
- uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
116
+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
117
117
with :
118
118
persist-credentials : false
119
119
- name : Install rust toolchain
You can’t perform that action at this time.
0 commit comments