Skip to content

Commit 8c91e72

Browse files
renovate-botsunshowers
authored andcommitted
chore(deps): pin dependencies
1 parent 5470380 commit 8c91e72

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ jobs:
1515
env:
1616
RUSTFLAGS: -D warnings
1717
steps:
18-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
1919
- uses: dtolnay/rust-toolchain@stable
2020
with:
2121
components: rustfmt, clippy
22-
- uses: Swatinem/rust-cache@v2
22+
- uses: Swatinem/rust-cache@a95ba195448af2da9b00fb742d14ffaaf3c21f43 # v2
2323
- name: Lint (rustfmt)
2424
run: cargo xfmt --check
2525
- name: Lint (clippy)
@@ -37,11 +37,11 @@ jobs:
3737
env:
3838
RUSTFLAGS: -D warnings
3939
steps:
40-
- uses: actions/checkout@v3
41-
- uses: dtolnay/rust-toolchain@v1
40+
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
41+
- uses: dtolnay/rust-toolchain@1482605bfc5719782e1267fd0c0cc350fe7646b8 # v1
4242
with:
4343
toolchain: ${{ matrix.rust-version }}
44-
- uses: Swatinem/rust-cache@v2
44+
- uses: Swatinem/rust-cache@a95ba195448af2da9b00fb742d14ffaaf3c21f43 # v2
4545
- name: Build
4646
run: cargo build
4747
- name: Install nextest

.github/workflows/docs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ jobs:
1010
name: Build and deploy documentation
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v2
14-
- uses: actions-rs/toolchain@v1
13+
- uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2
14+
- uses: actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af # v1
1515
with:
1616
toolchain: stable
1717
- name: Build rustdoc
18-
uses: actions-rs/cargo@v1
18+
uses: actions-rs/cargo@844f36862e911db73fe0815f00a4a2602c279505 # v1
1919
with:
2020
command: doc
2121
args: --all-features

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,18 @@ jobs:
1111
if: github.repository_owner == 'nextest-rs'
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v2
14+
- uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2
1515
with:
1616
persist-credentials: false
1717
- name: Install Rust
18-
uses: actions-rs/toolchain@v1
18+
uses: actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af # v1
1919
with:
2020
toolchain: stable
2121
override: true
2222
- run: cargo publish
2323
env:
2424
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
25-
- uses: taiki-e/create-gh-release-action@v1
25+
- uses: taiki-e/create-gh-release-action@9762dfdfe60a96b3fef6c4a0aaafd9840f1195b7 # v1
2626
with:
2727
changelog: CHANGELOG.md
2828
title: datatest-stable $version

0 commit comments

Comments
 (0)