From 703a8033a6bb2b48ea1a46a425673fd9b5a68532 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 4 Feb 2025 12:07:18 +0000 Subject: [PATCH] Update actions/cache action to v4 --- .github/workflows/main.yml | 2 +- .github/workflows/nuget.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7f6ecbb3..d8d4a831 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -44,7 +44,7 @@ jobs: run: ./scripts/verify-encoding.ps1 - name: NuGet cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ${{ env.NUGET_PACKAGES }} key: ${{ runner.os }}.nuget.${{ hashFiles('**/*.csproj', '**/*.fsproj') }} diff --git a/.github/workflows/nuget.yml b/.github/workflows/nuget.yml index a8e881d1..29abe025 100644 --- a/.github/workflows/nuget.yml +++ b/.github/workflows/nuget.yml @@ -29,7 +29,7 @@ jobs: run: echo "version=$(./scripts/Get-Version.ps1 -RefName $env:GITHUB_REF)" >> $env:GITHUB_OUTPUT - name: NuGet cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ${{ env.NUGET_PACKAGES }} key: release.nuget.${{ hashFiles('**/*.csproj', '**/*.fsproj') }}