Skip to content

Commit d7a6aab

Browse files
Bump the github-actions-all group with 2 updates
Bumps the github-actions-all group with 2 updates: [dtolnay/rust-toolchain](https://github.com/dtolnay/rust-toolchain) and [taiki-e/install-action](https://github.com/taiki-e/install-action). Updates `dtolnay/rust-toolchain` from be73d7920c329f220ce78e0234b8f96b7ae60248 to dc6353516c68da0f06325f42ad880f76a5e77ec9 - [Release notes](https://github.com/dtolnay/rust-toolchain/releases) - [Commits](dtolnay/rust-toolchain@be73d79...dc63535) Updates `taiki-e/install-action` from 2.29.8 to 2.32.1 - [Release notes](https://github.com/taiki-e/install-action/releases) - [Changelog](https://github.com/taiki-e/install-action/blob/main/CHANGELOG.md) - [Commits](taiki-e/install-action@0d6353d...d475def) --- updated-dependencies: - dependency-name: dtolnay/rust-toolchain dependency-type: direct:production dependency-group: github-actions-all - dependency-name: taiki-e/install-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-all ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5dbdf08 commit d7a6aab

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/cicd.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
name: Run CI tasks
2727
runs-on: ubuntu-20.04
2828
steps:
29-
- uses: dtolnay/rust-toolchain@be73d7920c329f220ce78e0234b8f96b7ae60248 # Latest as of 2023-11-16
29+
- uses: dtolnay/rust-toolchain@dc6353516c68da0f06325f42ad880f76a5e77ec9 # Latest as of 2023-11-16
3030
with:
3131
toolchain: stable
3232
components: rustfmt,clippy
@@ -88,11 +88,11 @@ jobs:
8888
- { target: x86_64-unknown-linux-gnu, os: ubuntu-latest }
8989
- { target: x86_64-unknown-linux-musl, os: ubuntu-latest }
9090
steps:
91-
- uses: dtolnay/rust-toolchain@be73d7920c329f220ce78e0234b8f96b7ae60248 # Latest as of 2023-11-16
91+
- uses: dtolnay/rust-toolchain@dc6353516c68da0f06325f42ad880f76a5e77ec9 # Latest as of 2023-11-16
9292
with:
9393
toolchain: stable
9494
targets: ${{ matrix.job.target }}
95-
- uses: taiki-e/install-action@0d6353d3dc1eac4359c520185c44119bfbd812b5 # v2.29.8
95+
- uses: taiki-e/install-action@d475def0028dbe8f19e36f8f5bc73b90cfc78de8 # v2.32.1
9696
if: matrix.job.cross == true
9797
with:
9898
tool: cross

.github/workflows/clippy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
pull-requests: write
99
steps:
1010
- uses: actions/checkout@v4
11-
- uses: dtolnay/rust-toolchain@be73d7920c329f220ce78e0234b8f96b7ae60248 # Latest as of 2023-11-16
11+
- uses: dtolnay/rust-toolchain@dc6353516c68da0f06325f42ad880f76a5e77ec9 # Latest as of 2023-11-16
1212
with:
1313
toolchain: stable
1414
components: clippy

.github/workflows/test-annotation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
# Generate `gitleaks` binary
2525
tar --extract --gzip --file "gitleaks_${VERSION}_${TARGET}.tar.gz" --verbose
2626
sudo install gitleaks /usr/local/bin/gitleaks
27-
- uses: dtolnay/rust-toolchain@be73d7920c329f220ce78e0234b8f96b7ae60248 # Latest as of 2023-11-16
27+
- uses: dtolnay/rust-toolchain@dc6353516c68da0f06325f42ad880f76a5e77ec9 # Latest as of 2023-11-16
2828
with:
2929
toolchain: stable
3030
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

0 commit comments

Comments
 (0)