From e817a092e0e4b919d46cc2bc43d6995a957d3f99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Jun 2026 23:03:07 +0000 Subject: [PATCH] ci(deps): bump actions/checkout from 6 to 7 Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/fix-error.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/fix-error.yml b/.github/workflows/fix-error.yml index 0d2f374..496e7d6 100644 --- a/.github/workflows/fix-error.yml +++ b/.github/workflows/fix-error.yml @@ -38,13 +38,13 @@ jobs: steps: - name: Checkout Homeostat Repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: littlebearapps/homeostat token: ${{ secrets.repo_token }} - name: Checkout Target Repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: ${{ inputs.repository }} token: ${{ secrets.repo_token }}