diff --git a/.github/workflows/agentic-ci.yml b/.github/workflows/agentic-ci.yml index 001daaa..6cf1ad4 100644 --- a/.github/workflows/agentic-ci.yml +++ b/.github/workflows/agentic-ci.yml @@ -46,7 +46,7 @@ jobs: - name: Setup Python if: needs.detect-stack.outputs.python == 'true' - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: '3.13'