From 5b6e1dce884676fe9339a2a76229a6a42dbafbf3 Mon Sep 17 00:00:00 2001 From: Jerome Haltom Date: Thu, 21 Mar 2024 13:32:47 -0500 Subject: [PATCH] Update. --- .github/workflows/IKVM.Core.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/IKVM.Core.yml b/.github/workflows/IKVM.Core.yml index 21af53e..21df860 100644 --- a/.github/workflows/IKVM.Core.yml +++ b/.github/workflows/IKVM.Core.yml @@ -54,7 +54,7 @@ jobs: GITHUB_REPOS: https://nuget.pkg.github.com/${{ github.repository_owner }}/index.json GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Cache NuGet - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ${{ runner.temp }}/nuget/packages key: ${{ runner.os }}-nuget-${{ hashFiles('**/*.csproj', '**/*.msbuildproj') }}-1