From 43ebaa7e74f2d4350638348c55039861b07d4642 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 24 Nov 2024 17:27:15 +0000 Subject: [PATCH] Update actions/cache action to v4 --- .github/workflows/Build and Release.yml | 2 +- .github/workflows/GenerateDoc.yml | 2 +- .github/workflows/Pre-Release Build and Release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/Build and Release.yml b/.github/workflows/Build and Release.yml index a8a83827..a5c969a4 100644 --- a/.github/workflows/Build and Release.yml +++ b/.github/workflows/Build and Release.yml @@ -180,7 +180,7 @@ jobs: with: python-version: '3.x' - run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: key: mkdocs-material-${{ env.cache_id }} path: .cache diff --git a/.github/workflows/GenerateDoc.yml b/.github/workflows/GenerateDoc.yml index 5041d798..9d245d14 100644 --- a/.github/workflows/GenerateDoc.yml +++ b/.github/workflows/GenerateDoc.yml @@ -85,7 +85,7 @@ jobs: with: python-version: '3.x' - run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: key: mkdocs-material-${{ env.cache_id }} path: .cache diff --git a/.github/workflows/Pre-Release Build and Release.yml b/.github/workflows/Pre-Release Build and Release.yml index 5719255e..08e10a2b 100644 --- a/.github/workflows/Pre-Release Build and Release.yml +++ b/.github/workflows/Pre-Release Build and Release.yml @@ -178,7 +178,7 @@ jobs: with: python-version: '3.x' - run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: key: mkdocs-material-${{ env.cache_id }} path: .cache