Skip to content

chore(deps): bump langgraph-checkpoint from 2.1.1 to 4.0.0 in /samples/mcp-functions-agent #290

chore(deps): bump langgraph-checkpoint from 2.1.1 to 4.0.0 in /samples/mcp-functions-agent

chore(deps): bump langgraph-checkpoint from 2.1.1 to 4.0.0 in /samples/mcp-functions-agent #290

Workflow file for this run

name: CI
permissions:
contents: read
on:
push:
branches:
- main
paths-ignore:
- pyproject.toml
pull_request:
branches:
- main
jobs:
commit-lint:
if: ${{ github.event_name == 'pull_request' }}
uses: ./.github/workflows/commitlint.yml
lint:
uses: ./.github/workflows/lint.yml
test:
uses: ./.github/workflows/test.yml