From 333affafe6f67e4a903070f0c1e9ddfe5976fa97 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 3 Mar 2025 08:34:53 +0000
Subject: [PATCH] Chore: (deps): Bump actions/cache from 4.2.1 to 4.2.2
Bumps [actions/cache](https://github.com/actions/cache) from 4.2.1 to 4.2.2.
- [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...d4323d4df104b026a6aa633fdb11d772146be0bf)
---
updated-dependencies:
- dependency-name: actions/cache
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot]
---
.github/workflows/ci-build.yml | 2 +-
.github/workflows/unit-test.yml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml
index 43cd5a2..cfef05b 100644
--- a/.github/workflows/ci-build.yml
+++ b/.github/workflows/ci-build.yml
@@ -101,7 +101,7 @@ jobs:
go-version: ${{ env.GO_VERSION }}
- name: Cache Go Dependencies
- uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f
+ uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
with:
path: .work/pkg
key: ${{ runner.os }}-pkg-${{ hashFiles('**/go.sum') }}
diff --git a/.github/workflows/unit-test.yml b/.github/workflows/unit-test.yml
index 457977d..f04916b 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@d4323d4df104b026a6aa633fdb11d772146be0bf
with:
path: .work/pkg
key: ${{ runner.os }}-pkg-${{ hashFiles('**/go.sum') }}