From 286acb4318a58fd52fcf55ec7733ae56dd860c4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Mar 2025 20:41:15 +0000 Subject: [PATCH] Chore: (deps): bump actions/cache from 4.2.1 to 4.2.3 Bumps [actions/cache](https://github.com/actions/cache) from 4.2.1 to 4.2.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/0c907a75c2c80ebcb7f088228285e798b750cf8f...5a3ec84eff668545956fd18022155c47e93e2684) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/unit-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/unit-test.yml b/.github/workflows/unit-test.yml index ab3d2c8..f9fb2f2 100644 --- a/.github/workflows/unit-test.yml +++ b/.github/workflows/unit-test.yml @@ -52,7 +52,7 @@ jobs: submodules: true - name: Cache Go Dependencies - uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f + uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 with: path: .work/pkg key: ${{ runner.os }}-pkg-${{ hashFiles('**/go.sum') }}