Skip to content

Commit 342ea88

Browse files
nextest-botsunshowers
authored andcommitted
chore(deps): update actions/checkout digest to b4ffde6
1 parent d7bf4c0 commit 342ea88

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@9bb56186c3b09b4f86b1c65136769dd318469633 # v4
18+
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # 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@9bb56186c3b09b4f86b1c65136769dd318469633 # v4
40+
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # 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@9bb56186c3b09b4f86b1c65136769dd318469633 # v4
13+
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # 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@9bb56186c3b09b4f86b1c65136769dd318469633 # v4
14+
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
1515
with:
1616
persist-credentials: false
1717
- name: Install Rust

0 commit comments

Comments
 (0)