From 4967753fab400b79eacf99c1f2d9e91978963952 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 16:00:16 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v5 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 86d48bc..372cc72 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,7 +15,7 @@ jobs: api: [options, class, composition] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v5 - name: Run initializing script run: COMPONENT_API=${{ matrix.api }} ./init.sh