From b1f8b6c2f7e36658e46cc4a91de6b4775d2865a1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 04:39:34 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v5 --- .github/workflows/azure-webapps-dotnet-core.yml | 2 +- .github/workflows/azure-webapps-php.yml | 2 +- .github/workflows/codescan.yml | 2 +- .github/workflows/codescaner-analysis.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/azure-webapps-dotnet-core.yml b/.github/workflows/azure-webapps-dotnet-core.yml index a691a440..35981234 100644 --- a/.github/workflows/azure-webapps-dotnet-core.yml +++ b/.github/workflows/azure-webapps-dotnet-core.yml @@ -46,7 +46,7 @@ jobs: dotnet-version: ${{ env.DOTNET_VERSION }} - name: Set up dependency caching for faster builds - uses: actions/cache@v3 + uses: actions/cache@v5 with: path: ~/.nuget/packages key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }} diff --git a/.github/workflows/azure-webapps-php.yml b/.github/workflows/azure-webapps-php.yml index 955b03d8..f0829283 100644 --- a/.github/workflows/azure-webapps-php.yml +++ b/.github/workflows/azure-webapps-php.yml @@ -58,7 +58,7 @@ jobs: echo "::set-output name=dir::$(composer config cache-files-dir)" - name: Set up dependency caching for faster installs - uses: actions/cache@v3 + uses: actions/cache@v5 if: steps.check_files.outputs.files_exists == 'true' with: path: ${{ steps.composer-cache.outputs.dir }} diff --git a/.github/workflows/codescan.yml b/.github/workflows/codescan.yml index 79006ad9..994152e5 100644 --- a/.github/workflows/codescan.yml +++ b/.github/workflows/codescan.yml @@ -30,7 +30,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v3 - name: Cache files - uses: actions/cache@v3 + uses: actions/cache@v5 with: path: | ~/.sonar diff --git a/.github/workflows/codescaner-analysis.yml b/.github/workflows/codescaner-analysis.yml index 2804ef65..aac67c88 100644 --- a/.github/workflows/codescaner-analysis.yml +++ b/.github/workflows/codescaner-analysis.yml @@ -19,7 +19,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v3 - name: Cache files - uses: actions/cache@v3 + uses: actions/cache@v5 with: path: | ~/.sonar