From 840ebf026c50585072efbddf9a058c884415a49a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 20 Sep 2023 07:59:16 +0930 Subject: [PATCH] Update actions/checkout action to v4 (#366) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2dd8ca17..00986fa2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -68,7 +68,7 @@ jobs: choco install mongodb.portable --version=$latestPackageVersion - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup dotnet SDK uses: actions/setup-dotnet@v3 with: @@ -95,7 +95,7 @@ jobs: needs: build steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Download coverage reports uses: actions/download-artifact@v3 - name: Install ReportGenerator tool