From defe5a351e71ae48104618cea41bb0a0134ad5fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 08:24:36 +0000 Subject: [PATCH] chore(deps): bump actions/cache in the minor-patch group Bumps the minor-patch group with 1 update: [actions/cache](https://github.com/actions/cache). Updates `actions/cache` from 5.0.1 to 5.0.3 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v5.0.1...v5.0.3) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/build-artifacts.yml | 2 +- .github/workflows/ci.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-artifacts.yml b/.github/workflows/build-artifacts.yml index 8801288a1b..20d4558972 100644 --- a/.github/workflows/build-artifacts.yml +++ b/.github/workflows/build-artifacts.yml @@ -43,7 +43,7 @@ jobs: run: cargo install cross - name: Cache - uses: actions/cache@v5.0.1 + uses: actions/cache@v5.0.4 with: path: | ~/.cargo/bin diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1eb3ac9390..66d765b521 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@v6 - name: Cache - uses: actions/cache@v5.0.1 + uses: actions/cache@v5.0.4 with: path: | ~/.cargo/bin @@ -44,7 +44,7 @@ jobs: - uses: actions/checkout@v6 - name: Cache - uses: actions/cache@v5.0.1 + uses: actions/cache@v5.0.4 with: path: | ~/.cargo/bin