diff --git a/.github/workflows/build-test.yaml b/.github/workflows/build-test.yaml index a84553a..2013a96 100644 --- a/.github/workflows/build-test.yaml +++ b/.github/workflows/build-test.yaml @@ -17,7 +17,7 @@ jobs: uses: actions/setup-dotnet@v3 with: dotnet-version: ${{ matrix.dotnet-version }} - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: path: ~/.nuget/packages # Look to see if there is a cache hit for the corresponding requirements file @@ -45,7 +45,7 @@ jobs: fetch-depth: 0 - name: Setup .NET Core SDK uses: actions/setup-dotnet@v3 - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: path: ~/.nuget/packages # Look to see if there is a cache hit for the corresponding requirements file @@ -73,7 +73,7 @@ jobs: fetch-depth: 0 - name: Setup .NET Core SDK uses: actions/setup-dotnet@v3 - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: path: ~/.nuget/packages # Look to see if there is a cache hit for the corresponding requirements file