3838
3939 - name : Cache cargo-make binary
4040 id : cache-cargo-make
41- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
41+ uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
4242 with :
4343 path : ~/.cargo/bin/cargo-make
4444 key : ${{ runner.os }}-cargo-make-${{ steps.get-version.outputs.cargo_make_version }}
@@ -64,13 +64,13 @@ jobs:
6464 egress-policy : audit
6565
6666 - name : checkout repository
67- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
67+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
6868 with :
6969 submodules : recursive
7070 persist-credentials : false
7171
7272 - name : Restore cached cargo-make
73- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
73+ uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
7474 with :
7575 path : ~/.cargo/bin/cargo-make
7676 key : ${{ runner.os }}-cargo-make-${{ needs.setup-cargo-make.outputs.cargo_make_version }}
@@ -89,13 +89,13 @@ jobs:
8989 egress-policy : audit
9090
9191 - name : checkout repository
92- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
92+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
9393 with :
9494 submodules : recursive
9595 persist-credentials : false
9696
9797 - name : Restore cached cargo-make
98- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
98+ uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
9999 with :
100100 path : ~/.cargo/bin/cargo-make
101101 key : ${{ runner.os }}-cargo-make-${{ needs.setup-cargo-make.outputs.cargo_make_version }}
@@ -120,13 +120,13 @@ jobs:
120120 egress-policy : audit
121121
122122 - name : checkout repository
123- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
123+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
124124 with :
125125 submodules : recursive
126126 persist-credentials : false
127127
128128 - name : Restore cached cargo-make
129- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
129+ uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
130130 with :
131131 path : ~/.cargo/bin/cargo-make
132132 key : ${{ runner.os }}-cargo-make-${{ needs.setup-cargo-make.outputs.cargo_make_version }}
@@ -152,13 +152,13 @@ jobs:
152152 egress-policy : audit
153153
154154 - name : checkout repository
155- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
155+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
156156 with :
157157 submodules : recursive
158158 persist-credentials : false
159159
160160 - name : Restore cached cargo-make
161- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
161+ uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
162162 with :
163163 path : ~/.cargo/bin/cargo-make
164164 key : ${{ runner.os }}-cargo-make-${{ needs.setup-cargo-make.outputs.cargo_make_version }}
@@ -184,13 +184,13 @@ jobs:
184184 egress-policy : audit
185185
186186 - name : checkout repository
187- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
187+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
188188 with :
189189 submodules : recursive
190190 persist-credentials : false
191191
192192 - name : Restore cached cargo-make
193- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
193+ uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
194194 with :
195195 path : ~/.cargo/bin/cargo-make
196196 key : ${{ runner.os }}-cargo-make-${{ needs.setup-cargo-make.outputs.cargo_make_version }}
@@ -215,13 +215,13 @@ jobs:
215215 egress-policy : audit
216216
217217 - name : checkout repository
218- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
218+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
219219 with :
220220 submodules : recursive
221221 persist-credentials : false
222222
223223 - name : Restore cached cargo-make
224- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
224+ uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
225225 with :
226226 path : ~/.cargo/bin/cargo-make
227227 key : ${{ runner.os }}-cargo-make-${{ needs.setup-cargo-make.outputs.cargo_make_version }}
0 commit comments