diff --git a/.github/workflows/process-apps.yml b/.github/workflows/process-apps.yml index 527e21df..8ee8875c 100644 --- a/.github/workflows/process-apps.yml +++ b/.github/workflows/process-apps.yml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@v4 - name: Setup Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: '3.10'