diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4ebcc434e..90ad6932a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -91,7 +91,7 @@ jobs: - name: Cache NuGet packages continue-on-error: true - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.nuget/packages key: nuget-${{ runner.os }}-${{ hashFiles('**/*.csproj', '**/Directory.Packages.props') }} @@ -326,7 +326,7 @@ jobs: - name: Cache NuGet packages continue-on-error: true - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.nuget/packages key: nuget-${{ runner.os }}-${{ hashFiles('**/*.csproj', '**/Directory.Packages.props') }} @@ -428,7 +428,7 @@ jobs: - name: Cache NuGet packages continue-on-error: true - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.nuget/packages key: nuget-${{ runner.os }}-${{ hashFiles('**/*.csproj', '**/Directory.Packages.props') }} @@ -512,7 +512,7 @@ jobs: - name: Cache NuGet packages continue-on-error: true - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.nuget/packages key: nuget-${{ runner.os }}-${{ hashFiles('**/*.csproj', '**/Directory.Packages.props') }}