diff --git a/.github/workflows/process-apps.yml b/.github/workflows/process-apps.yml index 38f058f35..3da82fa95 100644 --- a/.github/workflows/process-apps.yml +++ b/.github/workflows/process-apps.yml @@ -12,7 +12,7 @@ jobs: uses: actions/checkout@v5 - name: Setup Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: '3.13'