From d872ed37e1b80f5771560d3bdbb1d1e2945a04f5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 14:58:04 +0000 Subject: [PATCH] Update actions/checkout action from v4 to v6 --- .github/workflows/push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 4575cb19..67fbf9c2 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -18,7 +18,7 @@ jobs: steps: - name: 'Checkout the repository' - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: 'Setup Node.JS' uses: actions/setup-node@v4