From 93d47ecb57d781176662df210c5f7739d9da4c02 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 31 Dec 2025 18:26:38 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 --- .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 8691827..cf8f443 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,7 +11,7 @@ jobs: name: Build code and release steps: - name: Check out - uses: actions/checkout@v5 + uses: actions/checkout@v6 - 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 0c135a6..57be2a8 100644 --- a/.github/workflows/bump_version.yml +++ b/.github/workflows/bump_version.yml @@ -13,7 +13,7 @@ jobs: name: Bump version and create changelog with standard version steps: - name: Check out - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 token: '${{ secrets.PERSONAL_ACCESS_TOKEN }}'