From 3760342c555554d4acda82dab2ecd74fc7d1cc75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Dec 2025 01:10:11 +0000 Subject: [PATCH] chore(deps): bump actions/checkout in the actions-dependencies group Bumps the actions-dependencies group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 5 to 6 - [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/v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy.yaml | 2 +- .github/workflows/pre-commit.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 62efa40..f654a68 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -31,7 +31,7 @@ jobs: imageid: ${{ steps.build.outputs.imageid }} steps: - name: 👾 Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: 🐳 Set up Docker Buildx uses: docker/setup-buildx-action@v3 diff --git a/.github/workflows/pre-commit.yaml b/.github/workflows/pre-commit.yaml index 9a7afba..9d2f1bf 100644 --- a/.github/workflows/pre-commit.yaml +++ b/.github/workflows/pre-commit.yaml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - name: 👾 Check out repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: 📦 Set up uv uses: astral-sh/setup-uv@v7 with: