From a1fc66a764fd15fc402a8a3d6edad1f4666f84ad Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Sun, 22 Dec 2024 12:03:01 +0000
Subject: [PATCH 1/2] build(deps): bump actions/cache from 3 to 4

Bumps [actions/cache](https://github.com/actions/cache) from 3 to 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/v3...v4)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 .github/workflows/go.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml
index aff42bf9b9..e959cf806b 100644
--- a/.github/workflows/go.yml
+++ b/.github/workflows/go.yml
@@ -72,7 +72,7 @@ jobs:
           path: ./cmd/carapace
 
       - name: Cache linkcheck
-        uses: actions/cache@v3
+        uses: actions/cache@v4
         with:
           path: ./docs/book/linkcheck/cache.json
 

From db1158cecf5628cf2cdca05d164688ef741f8bab Mon Sep 17 00:00:00 2001
From: rsteube <rsteube@users.noreply.github.com>
Date: Sun, 22 Dec 2024 13:34:03 +0100
Subject: [PATCH 2/2] added cache key

---
 .github/workflows/go.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml
index e959cf806b..fbb84240e6 100644
--- a/.github/workflows/go.yml
+++ b/.github/workflows/go.yml
@@ -74,6 +74,7 @@ jobs:
       - name: Cache linkcheck
         uses: actions/cache@v4
         with:
+          key: linkcheck
           path: ./docs/book/linkcheck/cache.json
 
       - name: "build docs"