From 6f81d9b98e9e780a8a4028c31c313c6ee3712db5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Jan 2026 09:58:28 +0000 Subject: [PATCH] build(deps): bump actions/cache from 4 to 5 Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [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/v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0250d7c..11b568f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: - name: Clone the repo uses: actions/checkout@v4 - name: Enable caching - uses: actions/cache@v4 + uses: actions/cache@v5 with: # Increment cache number to invalidate. key: ${{runner.os}}-cache-1 @@ -39,7 +39,7 @@ jobs: - name: Clone the repo uses: actions/checkout@v4 - name: Enable caching - uses: actions/cache@v4 + uses: actions/cache@v5 with: # Increment cache number to invalidate. key: ${{runner.os}}-cache-1 @@ -48,7 +48,7 @@ jobs: ~/.cache/go-build ~/.cache/golangci-lint - name: Enable simulators caching - uses: actions/cache@v4 + uses: actions/cache@v5 with: key: ${{runner.os}}-simulators-cache-${{hashFiles('./api/firmware/testdata/simulators.json')}} path: | @@ -67,7 +67,7 @@ jobs: - name: Clone the repo uses: actions/checkout@v4 - name: Enable caching - uses: actions/cache@v4 + uses: actions/cache@v5 with: # Increment cache number to invalidate. key: ${{runner.os}}-cache-1