From 13474e39ed66ab99219bcfe4b9a042fac420cea4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 03:37:15 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v7 --- .github/workflows/build.yml | 2 +- .github/workflows/bump_version.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f40e9a5..c490ca8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,7 +15,7 @@ jobs: with: node-version: 24.x - name: Check out - uses: actions/checkout@v5 + uses: actions/checkout@v7 - uses: oven-sh/setup-bun@v2 - name: Install dependencies id: install_code diff --git a/.github/workflows/bump_version.yml b/.github/workflows/bump_version.yml index fd10912..201c4ff 100644 --- a/.github/workflows/bump_version.yml +++ b/.github/workflows/bump_version.yml @@ -17,7 +17,7 @@ jobs: with: node-version: 24.x - name: Check out - uses: actions/checkout@v5 + uses: actions/checkout@v7 with: fetch-depth: 0 token: '${{ secrets.PERSONAL_ACCESS_TOKEN }}'