2929 runs-on : ubuntu-22.04
3030
3131 steps :
32- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
32+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
3333
3434 - uses : tj-actions/changed-files@48d8f15b2aaa3d255ca5af3eba4870f807ce6b3c # v45.0.2
3535 id : changed-files-non-js
9595 RUSTDOCFLAGS : " -D warnings"
9696
9797 steps :
98- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
98+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
9999
100100 - run : rustup component add rustfmt
101101 - run : rustup component add clippy
@@ -113,7 +113,7 @@ jobs:
113113 if : github.event_name != 'pull_request' || needs.changed-files.outputs.rust-lockfile == 'true'
114114
115115 steps :
116- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
116+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
117117
118118 - uses : Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3
119119
@@ -134,7 +134,7 @@ jobs:
134134 CARGO_TARGET_DIR : /mnt/target
135135
136136 steps :
137- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
137+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
138138 - uses : Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3
139139 with :
140140 # Ensure that we cache from the right target directory. (See below
@@ -172,7 +172,7 @@ jobs:
172172 if : needs.changed-files.outputs.non-rust == 'true'
173173
174174 steps :
175- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
175+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
176176
177177 - uses : pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2 # v4.0.0
178178 with :
@@ -206,7 +206,7 @@ jobs:
206206 PERCY_PARALLEL_TOTAL : 2
207207
208208 steps :
209- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
209+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
210210
211211 - uses : pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2 # v4.0.0
212212 with :
@@ -242,7 +242,7 @@ jobs:
242242 PERCY_PARALLEL_TOTAL : 2
243243
244244 steps :
245- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
245+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
246246
247247 - uses : pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2 # v4.0.0
248248 with :
0 commit comments