We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 119dc5b commit 06fe1f8Copy full SHA for 06fe1f8
1 file changed
.github/workflows/run-tck.yaml
@@ -33,10 +33,10 @@ jobs:
33
python-version: ['3.10', '3.13']
34
steps:
35
- name: Checkout a2a-python
36
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
37
38
- name: Install uv
39
- uses: astral-sh/setup-uv@v5
+ uses: astral-sh/setup-uv@v7
40
with:
41
enable-cache: true
42
cache-dependency-glob: "uv.lock"
@@ -48,7 +48,7 @@ jobs:
48
run: uv sync --all-extras
49
50
- name: Checkout a2a-tck
51
52
53
repository: a2aproject/a2a-tck
54
path: tck/a2a-tck
0 commit comments