diff --git a/.github/workflows/pr_validation.yml b/.github/workflows/pr_validation.yml index 41a66aaa..438122e1 100644 --- a/.github/workflows/pr_validation.yml +++ b/.github/workflows/pr_validation.yml @@ -46,7 +46,7 @@ jobs: with: dotnet-version: 9.0.* - name: Cache .nuke/temp, ~/.nuget/packages - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | .nuke/temp @@ -75,7 +75,7 @@ jobs: with: dotnet-version: 9.0.* - name: Cache .nuke/temp, ~/.nuget/packages - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | .nuke/temp