From 7d2d90f36521a7367a765faf0e07352cbf2ad600 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 19 Sep 2026 01:11:25 +0000 Subject: [PATCH] ci: bump actions/checkout from 5 to 7 Bumps [actions/checkout](https://github.com/actions/checkout) from 5 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/v5...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/ci.yml | 6 +++--- .github/workflows/release.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 015dde2..c95b5dd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: lint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v7 - uses: astral-sh/setup-uv@v7 - run: uv sync --locked - run: uv run ruff format --check src tests scripts examples @@ -35,7 +35,7 @@ jobs: python: ["3.10", "3.12", "3.14"] langgraph: ["1.0.0", "latest"] steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v7 - uses: astral-sh/setup-uv@v7 - name: Test against LangGraph ${{ matrix.langgraph }} run: | @@ -49,7 +49,7 @@ jobs: # The Action on the refund example: lock the deployed graph, then check the pull request's. runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v7 - uses: actions/setup-python@v6 with: python-version: "3.12" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 09d8c64..f3f6281 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,7 +10,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v7 - uses: astral-sh/setup-uv@v7 - name: The tag matches the version run: |