diff --git a/.github/workflows/copilot-setup-steps.yml b/.github/workflows/copilot-setup-steps.yml index 451b9943c9..c185d01f20 100644 --- a/.github/workflows/copilot-setup-steps.yml +++ b/.github/workflows/copilot-setup-steps.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Install azsdk mcp server shell: pwsh diff --git a/.github/workflows/post-apiview.yml b/.github/workflows/post-apiview.yml index 4306a63ace..ca249ccca5 100644 --- a/.github/workflows/post-apiview.yml +++ b/.github/workflows/post-apiview.yml @@ -18,7 +18,7 @@ jobs: contains(github.event.check_run.name, 'Build Analyze') ) steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: sparse-checkout: 'eng/common'