From a348ca3a9bd40f2d0e4134f7b50489e3d5047a18 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Dec 2025 20:20:24 +0000 Subject: [PATCH] Update actions/cache action to v5 --- .github/workflows/internal-typescript-upload-code-example.yml | 2 +- .github/workflows/public-analyze-code-graph.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/internal-typescript-upload-code-example.yml b/.github/workflows/internal-typescript-upload-code-example.yml index 94a0736b6..26249fb92 100644 --- a/.github/workflows/internal-typescript-upload-code-example.yml +++ b/.github/workflows/internal-typescript-upload-code-example.yml @@ -66,7 +66,7 @@ jobs: run: mkdir -p ./temp - name: Setup Cache for "temp/downloads" folder - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ./temp/downloads key: diff --git a/.github/workflows/public-analyze-code-graph.yml b/.github/workflows/public-analyze-code-graph.yml index 1c293452f..2a0fe8ff3 100644 --- a/.github/workflows/public-analyze-code-graph.yml +++ b/.github/workflows/public-analyze-code-graph.yml @@ -176,7 +176,7 @@ jobs: conda config --show - name: (Code Analysis Setup) Setup Cache Analysis Downloads - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 + uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5 with: path: ./temp/downloads key: