From 2f9cdb3fd8160635ea11b9029f44de239cb7140c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Sep 2025 01:39:02 +0000 Subject: [PATCH] chore(deps): bump actions/cache from 4.2.3 to 4.3.0 Bumps [actions/cache](https://github.com/actions/cache) from 4.2.3 to 4.3.0. - [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.3.0) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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..80b42d91 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.3.0 with: path: | ~/go/pkg/mod diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 60302deb..3654f29a 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.3.0 with: path: | ~/go/pkg/mod diff --git a/.github/workflows/tests-labeled.yaml b/.github/workflows/tests-labeled.yaml index bcba88c4..17813602 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.3.0 with: path: | ~/go/pkg/mod diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index e1659f66..1233a994 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.3.0 with: path: | ~/go/pkg/mod