From 47c82915aba341d89ee53f703ee3ed1e9c924623 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 20 Sep 2025 00:32:30 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v5 --- .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..53879a1 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@v5 - uses: actions/setup-node@v3 with: node-version: '16'