From ac4c17b2ce4bb5f635abd2902e8aadc1e369d53f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 15:09:20 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v6 --- .github/workflows/delivery.yml | 2 +- .github/workflows/integration.yml | 2 +- .github/workflows/nightly-manual.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/delivery.yml b/.github/workflows/delivery.yml index ab0492bc..0019e9e4 100644 --- a/.github/workflows/delivery.yml +++ b/.github/workflows/delivery.yml @@ -40,7 +40,7 @@ jobs: with: global-json-file: 'global.json' - name: 'Cache: .nuke/temp, ~/.nuget/packages' - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | .nuke/temp diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 58848887..74b70d10 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -39,7 +39,7 @@ jobs: with: global-json-file: 'global.json' - name: 'Cache: .nuke/temp, ~/.nuget/packages' - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | .nuke/temp diff --git a/.github/workflows/nightly-manual.yml b/.github/workflows/nightly-manual.yml index 10b1a5eb..cfd3f64d 100644 --- a/.github/workflows/nightly-manual.yml +++ b/.github/workflows/nightly-manual.yml @@ -30,7 +30,7 @@ jobs: with: global-json-file: 'global.json' - name: 'Cache: .nuke/temp, ~/.nuget/packages' - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | .nuke/temp