diff --git a/.github/workflows/Build-Test-And-Deploy.yml b/.github/workflows/Build-Test-And-Deploy.yml index cd27eeea..10a63632 100644 --- a/.github/workflows/Build-Test-And-Deploy.yml +++ b/.github/workflows/Build-Test-And-Deploy.yml @@ -33,7 +33,7 @@ jobs: cache-dependency-path: EssentialCSharp.Web/package-lock.json - name: Set up dependency caching for faster builds - uses: actions/cache@v5 + uses: actions/cache@v6 id: nuget-cache with: path: | @@ -65,7 +65,7 @@ jobs: id: buildx - name: Restore BuildKit cache mounts - uses: actions/cache@v5 + uses: actions/cache@v6 id: buildkit-cache with: path: buildkit-cache diff --git a/.github/workflows/PR-Build-And-Test.yml b/.github/workflows/PR-Build-And-Test.yml index f5fcc447..f98b951b 100644 --- a/.github/workflows/PR-Build-And-Test.yml +++ b/.github/workflows/PR-Build-And-Test.yml @@ -38,7 +38,7 @@ jobs: global-json-file: global.json - name: Set up dependency caching for faster builds - uses: actions/cache@v5 + uses: actions/cache@v6 id: nuget-cache with: path: | @@ -85,7 +85,7 @@ jobs: id: buildx - name: Restore BuildKit cache mounts - uses: actions/cache/restore@v5 + uses: actions/cache/restore@v6 id: buildkit-cache with: path: buildkit-cache diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 324e67af..4d6b5af8 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -37,7 +37,7 @@ jobs: uses: actions/setup-dotnet@v5 - name: Set up dependency caching for faster builds - uses: actions/cache@v5 + uses: actions/cache@v6 id: nuget-cache with: path: | diff --git a/.github/workflows/copilot-setup-steps.yml b/.github/workflows/copilot-setup-steps.yml index b7f86478..881a890e 100644 --- a/.github/workflows/copilot-setup-steps.yml +++ b/.github/workflows/copilot-setup-steps.yml @@ -34,7 +34,7 @@ jobs: node-version: '24' - name: Set up dependency caching for faster builds - uses: actions/cache@v5 + uses: actions/cache@v6 id: nuget-cache with: path: |