Skip to content

Commit 30caf6d

Browse files
Update actions/checkout action to v4.2.0 (#9515)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f3cf30d commit 30caf6d

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
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
@@ -95,7 +95,7 @@ jobs:
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:

.github/workflows/smoke-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-22.04
1616

1717
steps:
18-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
18+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
1919
- uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3
2020
- run: cargo build --package crates_io_smoke_test
2121
- run: cargo run --package crates_io_smoke_test --quiet

0 commit comments

Comments
 (0)