2525 contents : read
2626 steps :
2727 - name : Checkout repository
28- uses : actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
28+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
2929 with :
3030 persist-credentials : false
3131 - name : Setup Rust toolchain
4343 runs-on : ubuntu-latest
4444 steps :
4545 - name : Checkout repository
46- uses : actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
46+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
4747 with :
4848 persist-credentials : false
4949
5353 toolchain : stable
5454
5555 - name : Cache cargo registry
56- uses : actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5 .1.0
56+ uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6 .1.0
5757 continue-on-error : true
5858 with :
5959 path : |
7575 runs-on : ubuntu-latest
7676 steps :
7777 - name : Checkout repository
78- uses : actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
78+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
7979 with :
8080 persist-credentials : false
8181
9696 runs-on : ubuntu-latest
9797 steps :
9898 - name : Checkout repository
99- uses : actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
99+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
100100 with :
101101 persist-credentials : false
102102
@@ -107,7 +107,7 @@ jobs:
107107 components : clippy
108108
109109 - name : Cache cargo registry
110- uses : actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5 .1.0
110+ uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6 .1.0
111111 continue-on-error : true
112112 with :
113113 path : |
@@ -133,7 +133,7 @@ jobs:
133133 os : [ubuntu-latest, macos-latest, windows-latest]
134134 steps :
135135 - name : Checkout repository
136- uses : actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
136+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
137137 with :
138138 persist-credentials : false
139139
@@ -143,7 +143,7 @@ jobs:
143143 toolchain : stable
144144
145145 - name : Cache cargo registry
146- uses : actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5 .1.0
146+ uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6 .1.0
147147 continue-on-error : true
148148 with :
149149 path : |
@@ -169,7 +169,7 @@ jobs:
169169 os : [ubuntu-latest, macos-latest, windows-latest]
170170 steps :
171171 - name : Checkout repository
172- uses : actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
172+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
173173 with :
174174 persist-credentials : false
175175
@@ -179,7 +179,7 @@ jobs:
179179 toolchain : stable
180180
181181 - name : Cache cargo registry
182- uses : actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5 .1.0
182+ uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6 .1.0
183183 continue-on-error : true
184184 with :
185185 path : |
@@ -207,7 +207,7 @@ jobs:
207207 runs-on : ubuntu-latest
208208 steps :
209209 - name : Checkout repository
210- uses : actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
210+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
211211 with :
212212 persist-credentials : false
213213
@@ -254,7 +254,7 @@ jobs:
254254 image : archlinux@sha256:9b8e02df0f0a08fa8144d901932bd85d751257f83e00314053314a27ff87884f
255255 steps :
256256 - name : Checkout repository
257- uses : actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0
257+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
258258 with :
259259 persist-credentials : false
260260
0 commit comments