diff --git a/.github/workflows/automated-triage.yml b/.github/workflows/automated-triage.yml index 212770e3..3db137b4 100644 --- a/.github/workflows/automated-triage.yml +++ b/.github/workflows/automated-triage.yml @@ -26,7 +26,7 @@ jobs: uses: actions/checkout@v7 - name: Setup Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v7 with: python-version: '3.12' @@ -173,7 +173,7 @@ jobs: uses: actions/checkout@v7 - name: Setup Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v7 with: python-version: '3.12' diff --git a/.github/workflows/claude-code-alerts.yml b/.github/workflows/claude-code-alerts.yml index d9a57fd7..620e245a 100644 --- a/.github/workflows/claude-code-alerts.yml +++ b/.github/workflows/claude-code-alerts.yml @@ -40,7 +40,7 @@ jobs: uses: actions/checkout@v7 - name: Setup Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v7 with: python-version: '3.12'