From b4fe3e61b0e65aba302a47e5e94bf961f6ef2fc2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 May 2024 16:25:16 +0200 Subject: [PATCH] chore(deps): update actions/checkout action to v4 (#4876) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/renovate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index b2638aa4941a..598d0f5d6593 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -8,7 +8,7 @@ jobs: validate: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: suzuki-shunsuke/github-action-renovate-config-validator@v1.0.1 with: strict: "false" \ No newline at end of file