From 6be70eeb6ebde3600950365a356926ab15ad1d49 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 00:14:50 +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 7c8cb20..b3410b9 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 ca2ed48..05bcfc6 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 d52cf12..e619209 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 9dde7b9..658e611 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