From f815f968751a736f5d1cabc1d64efde10490d386 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 24 Jun 2026 03:42:32 +0000 Subject: [PATCH] Update actions/cache action to v6 --- .github/workflows/Compile.yml | 2 +- .github/workflows/PublishRelease.yml | 2 +- samples/MultiProjectSolution/.github/workflows/Compile.yml | 2 +- .../MultiProjectSolution/.github/workflows/PublishRelease.yml | 2 +- .../.github/workflows/Compile.yml | 2 +- .../.github/workflows/PublishRelease.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/Compile.yml b/.github/workflows/Compile.yml index c981528..bc4d4e5 100644 --- a/.github/workflows/Compile.yml +++ b/.github/workflows/Compile.yml @@ -18,7 +18,7 @@ jobs: fetch-depth: 0 - name: Cache packages - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.nuget/packages key: ${{ runner.os }}-nuget-${{ hashFiles('**/*.csproj', 'Directory.Build.props', 'Directory.Packages.props') }} diff --git a/.github/workflows/PublishRelease.yml b/.github/workflows/PublishRelease.yml index 866e2a8..e87dc94 100644 --- a/.github/workflows/PublishRelease.yml +++ b/.github/workflows/PublishRelease.yml @@ -31,7 +31,7 @@ jobs: git push origin ${{ github.event.inputs.version }} - name: Cache packages - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.nuget/packages key: ${{ runner.os }}-nuget-${{ hashFiles('**/*.csproj', 'Directory.Build.props', 'Directory.Packages.props') }} diff --git a/samples/MultiProjectSolution/.github/workflows/Compile.yml b/samples/MultiProjectSolution/.github/workflows/Compile.yml index c981528..bc4d4e5 100644 --- a/samples/MultiProjectSolution/.github/workflows/Compile.yml +++ b/samples/MultiProjectSolution/.github/workflows/Compile.yml @@ -18,7 +18,7 @@ jobs: fetch-depth: 0 - name: Cache packages - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.nuget/packages key: ${{ runner.os }}-nuget-${{ hashFiles('**/*.csproj', 'Directory.Build.props', 'Directory.Packages.props') }} diff --git a/samples/MultiProjectSolution/.github/workflows/PublishRelease.yml b/samples/MultiProjectSolution/.github/workflows/PublishRelease.yml index f5b89c6..d13177f 100644 --- a/samples/MultiProjectSolution/.github/workflows/PublishRelease.yml +++ b/samples/MultiProjectSolution/.github/workflows/PublishRelease.yml @@ -31,7 +31,7 @@ jobs: git push origin ${{ github.event.inputs.version }} - name: Cache packages - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.nuget/packages key: ${{ runner.os }}-nuget-${{ hashFiles('**/*.csproj', 'Directory.Build.props', 'Directory.Packages.props') }} diff --git a/source/Nice3point.Revit.Templates/Nice3point.Revit.AddIn.Solution/.github/workflows/Compile.yml b/source/Nice3point.Revit.Templates/Nice3point.Revit.AddIn.Solution/.github/workflows/Compile.yml index c981528..bc4d4e5 100644 --- a/source/Nice3point.Revit.Templates/Nice3point.Revit.AddIn.Solution/.github/workflows/Compile.yml +++ b/source/Nice3point.Revit.Templates/Nice3point.Revit.AddIn.Solution/.github/workflows/Compile.yml @@ -18,7 +18,7 @@ jobs: fetch-depth: 0 - name: Cache packages - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.nuget/packages key: ${{ runner.os }}-nuget-${{ hashFiles('**/*.csproj', 'Directory.Build.props', 'Directory.Packages.props') }} diff --git a/source/Nice3point.Revit.Templates/Nice3point.Revit.AddIn.Solution/.github/workflows/PublishRelease.yml b/source/Nice3point.Revit.Templates/Nice3point.Revit.AddIn.Solution/.github/workflows/PublishRelease.yml index b6be81d..1672abe 100644 --- a/source/Nice3point.Revit.Templates/Nice3point.Revit.AddIn.Solution/.github/workflows/PublishRelease.yml +++ b/source/Nice3point.Revit.Templates/Nice3point.Revit.AddIn.Solution/.github/workflows/PublishRelease.yml @@ -31,7 +31,7 @@ jobs: git push origin ${{ github.event.inputs.version }} - name: Cache packages - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.nuget/packages key: ${{ runner.os }}-nuget-${{ hashFiles('**/*.csproj', 'Directory.Build.props', 'Directory.Packages.props') }}