Skip to content

Commit

Permalink
Merge pull request #390 from wcampbell0x2a/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…dtolnay/rust-toolchain-be73d7920c329f220ce78e0234b8f96b7ae60248

build(deps): Update dtolnay/rust-toolchain requirement to be73d7920c329f220ce78e0234b8f96b7ae60248
  • Loading branch information
wcampbell0x2a authored Dec 28, 2023
2 parents 15b64d3 + 6dd2091 commit 2572af6
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
fetch-depth: 0
- uses: dtolnay/rust-toolchain@439cf607258077187679211f12aa6f19af4a0af7 # master
- uses: dtolnay/rust-toolchain@be73d7920c329f220ce78e0234b8f96b7ae60248 # master
with:
toolchain: stable
- uses: boa-dev/criterion-compare-action@v3
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@ jobs:
- name: Populate cache
uses: ./.github/workflows/cache

- uses: dtolnay/rust-toolchain@d76c2a93c593483c9892fd8d2538734f73ed8588 # stable
- uses: dtolnay/rust-toolchain@be73d7920c329f220ce78e0234b8f96b7ae60248 # master
with:
toolchain: stable
target: ${{ matrix.targets }}
- run: cargo install cargo-quickinstall
- run: cargo quickinstall [email protected] --force
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- run: sudo apt-get install -y squashfs-tools

- uses: dtolnay/rust-toolchain@439cf607258077187679211f12aa6f19af4a0af7 # master
- uses: dtolnay/rust-toolchain@be73d7920c329f220ce78e0234b8f96b7ae60248 # master
with:
toolchain: ${{ matrix.toolchain }}

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Populate cache
uses: ./.github/workflows/cache

- uses: dtolnay/rust-toolchain@439cf607258077187679211f12aa6f19af4a0af7 # master
- uses: dtolnay/rust-toolchain@be73d7920c329f220ce78e0234b8f96b7ae60248 # master
with:
toolchain: ${{ matrix.toolchain }}
# install cross
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
steps:
- run: sudo apt-get install -y squashfs-tools
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: dtolnay/rust-toolchain@439cf607258077187679211f12aa6f19af4a0af7 # master
- uses: dtolnay/rust-toolchain@be73d7920c329f220ce78e0234b8f96b7ae60248 # master
with:
toolchain: ${{ matrix.toolchain }}
# install cross
Expand All @@ -91,7 +91,7 @@ jobs:

steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: dtolnay/rust-toolchain@439cf607258077187679211f12aa6f19af4a0af7 # master
- uses: dtolnay/rust-toolchain@be73d7920c329f220ce78e0234b8f96b7ae60248 # master
with:
toolchain: stable
components: rustfmt, clippy
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/msrv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Populate cache
uses: ./.github/workflows/cache

- uses: dtolnay/rust-toolchain@439cf607258077187679211f12aa6f19af4a0af7 # master
- uses: dtolnay/rust-toolchain@be73d7920c329f220ce78e0234b8f96b7ae60248 # master
with:
toolchain: ${{ matrix.toolchain }}
- run: cargo install cargo-quickinstall
Expand Down

0 comments on commit 2572af6

Please sign in to comment.