diff --git a/.github/workflows/dotnet-ci.yml b/.github/workflows/dotnet-ci.yml index 228124f..d653acf 100644 --- a/.github/workflows/dotnet-ci.yml +++ b/.github/workflows/dotnet-ci.yml @@ -31,7 +31,7 @@ jobs: with: dotnet-version: 6.0.x - - uses: actions/cache@v3 + - uses: actions/cache@v5 with: path: ~/.nuget/packages # Look to see if there is a cache hit for the corresponding requirements file diff --git a/.github/workflows/dotnet-pr.yml b/.github/workflows/dotnet-pr.yml index b8af493..3562b19 100644 --- a/.github/workflows/dotnet-pr.yml +++ b/.github/workflows/dotnet-pr.yml @@ -33,7 +33,7 @@ jobs: env: NUGET_AUTH_TOKEN: ${{ secrets.GPR_READ_TOKEN }} - - uses: actions/cache@v3 + - uses: actions/cache@v5 with: path: ~/.nuget/packages # Look to see if there is a cache hit for the corresponding requirements file