From 64f77aeeb98bac8343be2fde686b2d5cfbe79da1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 4 Feb 2025 12:02:57 +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 50719595..0055bf4e 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 e0a5bb10..b2a59151 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') }}