From f61d800147bc10bd9564072361e8eecad8ddaf76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 08:33:12 +0100 Subject: [PATCH] chore(deps): bump actions/checkout from 3 to 4 (#5892) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ui-checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ui-checks.yml b/.github/workflows/ui-checks.yml index 93e74ffef2..f0556fc61f 100644 --- a/.github/workflows/ui-checks.yml +++ b/.github/workflows/ui-checks.yml @@ -16,7 +16,7 @@ jobs: node-version: [20.x] steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: persist-credentials: false - name: Setup Node.js ${{ matrix.node-version }}