From c8cb2fda60bd91b2cc8b2434a4c2b6fa111ce45b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 07:53:08 +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..05e631fbe9 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.3 with: path: | ~/.cargo/bin diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1eb3ac9390..b2ebcadb39 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.3 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.3 with: path: | ~/.cargo/bin