From b9cf0c1aa6f012251fa509cd438dc55b8f770f48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 16:19:52 +0400 Subject: [PATCH] chore(deps): bump actions/cache from 4.1.2 to 4.2.0 (#696) Bumps [actions/cache](https://github.com/actions/cache) from 4.1.2 to 4.2.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.1.2...v4.2.0) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 626a8e59..285eedc5 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.1.2 + uses: actions/cache@v4.2.0 with: path: | ~/go/pkg/mod diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 0622b697..9b6ca765 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.1.2 + uses: actions/cache@v4.2.0 with: path: | ~/go/pkg/mod diff --git a/.github/workflows/tests-labeled.yaml b/.github/workflows/tests-labeled.yaml index 2bdf8293..8b0d036e 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.1.2 + uses: actions/cache@v4.2.0 with: path: | ~/go/pkg/mod diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index d983ca15..a29a502e 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.1.2 + uses: actions/cache@v4.2.0 with: path: | ~/go/pkg/mod