Skip to content

Commit 396d32e

Browse files
renovate-botsunshowers
authored andcommitted
chore(deps): update actions/checkout action to v4
1 parent 8c91e72 commit 396d32e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
env:
1616
RUSTFLAGS: -D warnings
1717
steps:
18-
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
18+
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
1919
- uses: dtolnay/rust-toolchain@stable
2020
with:
2121
components: rustfmt, clippy
@@ -37,7 +37,7 @@ jobs:
3737
env:
3838
RUSTFLAGS: -D warnings
3939
steps:
40-
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
40+
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
4141
- uses: dtolnay/rust-toolchain@1482605bfc5719782e1267fd0c0cc350fe7646b8 # v1
4242
with:
4343
toolchain: ${{ matrix.rust-version }}

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
name: Build and deploy documentation
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2
13+
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
1414
- uses: actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af # v1
1515
with:
1616
toolchain: stable

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
if: github.repository_owner == 'nextest-rs'
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2
14+
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
1515
with:
1616
persist-credentials: false
1717
- name: Install Rust

0 commit comments

Comments
 (0)