From 667041d4370880a25cdfa645ae99616244c2150e Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 17 Sep 2024 12:39:19 +0000
Subject: [PATCH] Bump actions/cache from 3.3.1 to 4.0.2

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

---
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/build.yml             | 2 +-
 .github/workflows/pre-release-notes.yml | 2 +-
 .github/workflows/publishdocs.yml       | 2 +-
 .github/workflows/release-notes.yml     | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 7665f94..c774f54 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -54,7 +54,7 @@ jobs:
         if: ${{ matrix.os == 'ubuntu-22.04' }} # We do not need it for anything else
         run: sudo apt-get install transifex-client -y
       - name: Cache Tools
-        uses: actions/cache@v3.3.1
+        uses: actions/cache@v4.0.2
         with:
           path: tools
           key: ${{ runner.os }}-tools-${{ hashFiles('recipe.cake') }}
diff --git a/.github/workflows/pre-release-notes.yml b/.github/workflows/pre-release-notes.yml
index dc1f87c..23ba210 100644
--- a/.github/workflows/pre-release-notes.yml
+++ b/.github/workflows/pre-release-notes.yml
@@ -24,7 +24,7 @@ jobs:
       - name: Fetch all tags and branches
         run: git fetch --prune --unshallow
       - name: Cache Tools
-        uses: actions/cache@v3.3.1
+        uses: actions/cache@v4.0.2
         with:
           path: tools
           key: ${{ runner.os }}-tools-${{ hashFiles('recipe.cake') }}
diff --git a/.github/workflows/publishdocs.yml b/.github/workflows/publishdocs.yml
index dee1c3d..f870374 100644
--- a/.github/workflows/publishdocs.yml
+++ b/.github/workflows/publishdocs.yml
@@ -27,7 +27,7 @@ jobs:
             6.0.x
             7.0.x
       - name: Cache Tools
-        uses: actions/cache@v3.3.1
+        uses: actions/cache@v4.0.2
         with:
           path: tools
           key: ${{ runner.os }}-doc-tools-${{ hashFiles('recipe.cake') }}
diff --git a/.github/workflows/release-notes.yml b/.github/workflows/release-notes.yml
index c106684..1e1e8c0 100644
--- a/.github/workflows/release-notes.yml
+++ b/.github/workflows/release-notes.yml
@@ -24,7 +24,7 @@ jobs:
       - name: Fetch all tags and branches
         run: git fetch --prune --unshallow
       - name: Cache Tools
-        uses: actions/cache@v3.3.1
+        uses: actions/cache@v4.0.2
         with:
           path: tools
           key: ${{ runner.os }}-tools-${{ hashFiles('recipe.cake') }}