From 30e296d94c3b8fc5f2149e63a98478b29ae7fdce Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 29 Nov 2025 00:44:34 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 --- .github/workflows/renovate-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/renovate-lint.yml b/.github/workflows/renovate-lint.yml index 31e8c0f..1038bd5 100644 --- a/.github/workflows/renovate-lint.yml +++ b/.github/workflows/renovate-lint.yml @@ -27,7 +27,7 @@ jobs: test: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v6 - uses: actions/setup-node@v3 with: node-version: '16'