diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bbf46a9f4..b68dc5d05 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-24.04 steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 # needed for Nerdbank.GitVersioning @@ -57,7 +57,7 @@ jobs: runs-on: windows-2025 steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 # needed for Nerdbank.GitVersioning @@ -108,7 +108,7 @@ jobs: runs-on: windows-2025 steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 # needed for Nerdbank.GitVersioning @@ -150,7 +150,7 @@ jobs: runs-on: windows-2025 steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 # needed for Nerdbank.GitVersioning diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index d33343dc0..85c71df84 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -22,7 +22,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Setup Pages uses: actions/configure-pages@v5