4747 lint :
4848 runs-on : ubuntu-latest
4949 steps :
50- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
50+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
5151 with :
5252 persist-credentials : false
5353
5656
5757 - name : Install lint tools
5858 # Keep versions in sync with the local install targets in Makefile.
59- uses : taiki-e/install-action@43aecc8d72668fbcfe75c31400bc4f890f1c5853 # v2.83.2
59+ uses : taiki-e/install-action@07b4745e0c39a41822af610387492e3e53aa222b # v2.83.4
6060 with :
6161 tool : taplo@0.9.3,cargo-machete@0.7.0
6262
8585 needs : lint
8686 runs-on : ubuntu-latest
8787 steps :
88- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
88+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
8989 with :
9090 persist-credentials : false
9191
@@ -109,7 +109,7 @@ jobs:
109109 - macos-latest
110110 - windows-latest
111111 steps :
112- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
112+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
113113 with :
114114 persist-credentials : false
115115
@@ -130,7 +130,7 @@ jobs:
130130 needs : lint
131131 runs-on : ubuntu-latest
132132 steps :
133- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
133+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
134134 with :
135135 persist-credentials : false
136136
@@ -165,7 +165,7 @@ jobs:
165165 - macos-latest
166166 - windows-latest
167167 steps :
168- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
168+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
169169 with :
170170 persist-credentials : false
171171
@@ -194,7 +194,7 @@ jobs:
194194 - { name: "doc", args: "--doc --all-features --workspace" }
195195 name : Tests (${{ matrix.test-suite.name }})
196196 steps :
197- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
197+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
198198 with :
199199 persist-credentials : false
200200
@@ -209,7 +209,7 @@ jobs:
209209
210210 - name : Install cargo-nextest
211211 if : matrix.test-suite.name == 'default'
212- uses : taiki-e/install-action@43aecc8d72668fbcfe75c31400bc4f890f1c5853 # v2.83.2
212+ uses : taiki-e/install-action@07b4745e0c39a41822af610387492e3e53aa222b # v2.83.4
213213 with :
214214 tool : cargo-nextest
215215
@@ -241,7 +241,7 @@ jobs:
241241 needs : lint
242242 runs-on : ubuntu-latest
243243 steps :
244- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
244+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
245245 with :
246246 persist-credentials : false
247247 - name : Get MSRV
0 commit comments