From b51d46f6509c3127bfd12593c409d8bbcd372b8b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 18 Jun 2026 15:29:47 +0000 Subject: [PATCH] Update actions/checkout action to v7 --- .github/workflows/Compile.yml | 2 +- .github/workflows/PublishRelease.yml | 2 +- .github/workflows/PublishWiki.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 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/Compile.yml b/.github/workflows/Compile.yml index f74e4b12..c9815286 100644 --- a/.github/workflows/Compile.yml +++ b/.github/workflows/Compile.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/.github/workflows/PublishRelease.yml b/.github/workflows/PublishRelease.yml index fd7f7a22..866e2a8d 100644 --- a/.github/workflows/PublishRelease.yml +++ b/.github/workflows/PublishRelease.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/.github/workflows/PublishWiki.yml b/.github/workflows/PublishWiki.yml index c01a6914..9e8da2ee 100644 --- a/.github/workflows/PublishWiki.yml +++ b/.github/workflows/PublishWiki.yml @@ -20,7 +20,7 @@ jobs: contents: write steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Publish wiki uses: Andrew-Chen-Wang/github-wiki-action@v5 diff --git a/samples/MultiProjectSolution/.github/workflows/Compile.yml b/samples/MultiProjectSolution/.github/workflows/Compile.yml index f74e4b12..c9815286 100644 --- a/samples/MultiProjectSolution/.github/workflows/Compile.yml +++ b/samples/MultiProjectSolution/.github/workflows/Compile.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/samples/MultiProjectSolution/.github/workflows/PublishRelease.yml b/samples/MultiProjectSolution/.github/workflows/PublishRelease.yml index 08a36c33..f5b89c6b 100644 --- a/samples/MultiProjectSolution/.github/workflows/PublishRelease.yml +++ b/samples/MultiProjectSolution/.github/workflows/PublishRelease.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 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 f74e4b12..c9815286 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 @@ -13,7 +13,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 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 2d19ecf2..b6be81de 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 @@ -18,7 +18,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0