diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 06894c4a3290..d0deff7c880e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -57,7 +57,7 @@ jobs: steps: - name: Checkout the repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 2 diff --git a/.github/workflows/deploy-preview.yml b/.github/workflows/deploy-preview.yml index 3b180c1b0cee..84ee08be5147 100644 --- a/.github/workflows/deploy-preview.yml +++ b/.github/workflows/deploy-preview.yml @@ -26,7 +26,7 @@ jobs: steps: - name: Checkout the repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup MSBuild uses: microsoft/setup-msbuild@v1