From 901fcd1e1688f976950ca1369696236290756c90 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 25 Nov 2023 15:55:38 +0100 Subject: [PATCH] chore(deps): update actions/checkout action to v4 (#740) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/ci-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-docs.yml b/.github/workflows/ci-docs.yml index cfdc7fa94..d54206e0e 100644 --- a/.github/workflows/ci-docs.yml +++ b/.github/workflows/ci-docs.yml @@ -28,7 +28,7 @@ jobs: NEXT_TELEMETRY_DISABLED: true steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: ⚙️ Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v4