From b6d4f4a07c29f38cf74a110ab522e9b32b420cbe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2026 22:34:14 +0000 Subject: [PATCH] build(deps): update actions/checkout action to v7 --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8bad5cc9c..fd4d45550 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: steps: - name: Checkout git repository - uses: actions/checkout@v3 + uses: actions/checkout@v7 - name: Install dependencies with Yarn run: yarn install - name: Compile TypeScript @@ -22,7 +22,7 @@ jobs: steps: - name: Checkout git repository - uses: actions/checkout@v3 + uses: actions/checkout@v7 - name: Install dependencies with Yarn run: yarn install - name: Lint @@ -34,7 +34,7 @@ jobs: steps: - name: Checkout git repository - uses: actions/checkout@v3 + uses: actions/checkout@v7 - name: Install dependencies with Yarn run: yarn install - name: Check formatting with Prettier