diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 38ce7762..c00683c5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Get code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 # We need the full history in order to use Git versioning diff --git a/.github/workflows/deploy-packages.yml b/.github/workflows/deploy-packages.yml index d9e55044..09440110 100644 --- a/.github/workflows/deploy-packages.yml +++ b/.github/workflows/deploy-packages.yml @@ -12,7 +12,7 @@ jobs: runs-on: windows-latest steps: - name: Get code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 # We need the full history in order to use Git versioning diff --git a/.github/workflows/deploy-planner.yml b/.github/workflows/deploy-planner.yml index 1d15c117..b7bc46af 100644 --- a/.github/workflows/deploy-planner.yml +++ b/.github/workflows/deploy-planner.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Get code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 # We need the full history in order to use Git versioning diff --git a/.github/workflows/deploy-site.yml b/.github/workflows/deploy-site.yml index 973079b7..6e1d5e84 100644 --- a/.github/workflows/deploy-site.yml +++ b/.github/workflows/deploy-site.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Get code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 # We need the full history in order to use Git versioning diff --git a/.github/workflows/deploy-telemetry.yml b/.github/workflows/deploy-telemetry.yml index 4cbcf43a..cea3b531 100644 --- a/.github/workflows/deploy-telemetry.yml +++ b/.github/workflows/deploy-telemetry.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Get code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 # We need the full history in order to use Git versioning diff --git a/.github/workflows/gen-catalog.yml b/.github/workflows/gen-catalog.yml index 5044cb44..acf8618e 100644 --- a/.github/workflows/gen-catalog.yml +++ b/.github/workflows/gen-catalog.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Get code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 # We need the full history in order to use Git versioning diff --git a/.github/workflows/gen-design-notes.yml b/.github/workflows/gen-design-notes.yml index 0a5a8a71..d87353b4 100644 --- a/.github/workflows/gen-design-notes.yml +++ b/.github/workflows/gen-design-notes.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Get code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 # We need the full history in order to use Git versioning diff --git a/.github/workflows/gen-usage.yml b/.github/workflows/gen-usage.yml index b146f966..861b6a6d 100644 --- a/.github/workflows/gen-usage.yml +++ b/.github/workflows/gen-usage.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Get code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 # We need the full history in order to use Git versioning - name: Get .NET @@ -32,7 +32,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Get code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 # We need the full history in order to use Git versioning - name: Get .NET @@ -52,7 +52,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Get code - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 # We need the full history in order to use Git versioning - name: Get .NET