From 2aa1e72f6608493e57c9afb050a95254cc34c0e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 03:27:51 +0000 Subject: [PATCH] build(deps): bump the actions group with 2 updates Bumps the actions group with 2 updates: [dawidd6/action-send-mail](https://github.com/dawidd6/action-send-mail) and [Swatinem/rust-cache](https://github.com/swatinem/rust-cache). Updates `dawidd6/action-send-mail` from 5cdad7c44dc8037605651ac816add36f83fc7cc8 to 8de3c312702ac7a63fc4035d45a2a51811eb669a - [Release notes](https://github.com/dawidd6/action-send-mail/releases) - [Commits](https://github.com/dawidd6/action-send-mail/compare/5cdad7c44dc8037605651ac816add36f83fc7cc8...8de3c312702ac7a63fc4035d45a2a51811eb669a) Updates `Swatinem/rust-cache` from 2.9.1 to 2.9.2 - [Release notes](https://github.com/swatinem/rust-cache/releases) - [Changelog](https://github.com/Swatinem/rust-cache/blob/master/CHANGELOG.md) - [Commits](https://github.com/swatinem/rust-cache/compare/c19371144df3bb44fab255c43d04cbc2ab54d1c4...6323deb102c322ba6fcbdcafc7e3dddab59af2b6) --- updated-dependencies: - dependency-name: dawidd6/action-send-mail dependency-version: 8de3c312702ac7a63fc4035d45a2a51811eb669a dependency-type: direct:production dependency-group: actions - dependency-name: Swatinem/rust-cache dependency-version: 2.9.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/push-email-notify.yml | 2 +- .github/workflows/rust-ci.yml | 4 ++-- .github/workflows/status-gate.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/push-email-notify.yml b/.github/workflows/push-email-notify.yml index 91c2471..5061213 100644 --- a/.github/workflows/push-email-notify.yml +++ b/.github/workflows/push-email-notify.yml @@ -16,7 +16,7 @@ jobs: timeout-minutes: 5 steps: - name: Send push notification email - uses: dawidd6/action-send-mail@5cdad7c44dc8037605651ac816add36f83fc7cc8 # pinned + uses: dawidd6/action-send-mail@8de3c312702ac7a63fc4035d45a2a51811eb669a # pinned with: server_address: ${{ secrets.SMTP_HOST }} server_port: ${{ secrets.SMTP_PORT }} diff --git a/.github/workflows/rust-ci.yml b/.github/workflows/rust-ci.yml index 948f708..5136300 100644 --- a/.github/workflows/rust-ci.yml +++ b/.github/workflows/rust-ci.yml @@ -51,7 +51,7 @@ jobs: toolchain: stable # required when SHA-pinned (no rust-toolchain.toml in repo) - name: Cache cargo registry and build - uses: Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2 + uses: Swatinem/rust-cache@6323deb102c322ba6fcbdcafc7e3dddab59af2b6 # v2 with: key: no-default-features @@ -91,7 +91,7 @@ jobs: toolchain: stable # required when SHA-pinned (no rust-toolchain.toml in repo) - name: Cache cargo registry and build - uses: Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2 + uses: Swatinem/rust-cache@6323deb102c322ba6fcbdcafc7e3dddab59af2b6 # v2 with: key: wasm-validate diff --git a/.github/workflows/status-gate.yml b/.github/workflows/status-gate.yml index 30048fa..5928c73 100644 --- a/.github/workflows/status-gate.yml +++ b/.github/workflows/status-gate.yml @@ -62,7 +62,7 @@ jobs: with: toolchain: stable # required input when the action is SHA-pinned (the `stable` ref's default is not inherited by SHA) - name: Cache cargo - uses: Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2 + uses: Swatinem/rust-cache@6323deb102c322ba6fcbdcafc7e3dddab59af2b6 # v2 - name: Test-count drift (full build — slow) env: CARGO_INCREMENTAL: "0"