From 1076fc0152f2e897cc6109b80c26ecac63845590 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 10:15:54 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4 --- .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..b1dff2d 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@v4 - name: Run initializing script run: COMPONENT_API=${{ matrix.api }} ./init.sh