From 29dbe44f3d1987ed08a88aba001e5227ef9815e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 23:56:07 +0000 Subject: [PATCH] chore(deps): bump actions/cache from 4.2.3 to 4.2.4 Bumps [actions/cache](https://github.com/actions/cache) from 4.2.3 to 4.2.4. - [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.2.3...v4.2.4) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 4.2.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yaml | 2 +- .github/workflows/lint.yaml | 2 +- .github/workflows/tests-labeled.yaml | 2 +- .github/workflows/tests.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 5714ade0..7c3128fc 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -18,7 +18,7 @@ jobs: - name: Restore Go modules id: go-modules-cache - uses: actions/cache@v4.2.3 + uses: actions/cache@v4.2.4 with: path: | ~/go/pkg/mod diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 60302deb..2f5f69ea 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -20,7 +20,7 @@ jobs: - name: Restore Go modules id: go-modules-cache - uses: actions/cache@v4.2.3 + uses: actions/cache@v4.2.4 with: path: | ~/go/pkg/mod diff --git a/.github/workflows/tests-labeled.yaml b/.github/workflows/tests-labeled.yaml index bcba88c4..222b3d29 100644 --- a/.github/workflows/tests-labeled.yaml +++ b/.github/workflows/tests-labeled.yaml @@ -73,7 +73,7 @@ jobs: - name: Restore Go modules id: go-modules-cache - uses: actions/cache@v4.2.3 + uses: actions/cache@v4.2.4 with: path: | ~/go/pkg/mod diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index e1659f66..82c70a62 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -19,7 +19,7 @@ jobs: - name: Restore Go modules id: go-modules-cache - uses: actions/cache@v4.2.3 + uses: actions/cache@v4.2.4 with: path: | ~/go/pkg/mod