diff --git a/.github/workflows/sync_i18n.yml b/.github/workflows/sync_i18n.yml index 3cf85041c0..9671d46348 100644 --- a/.github/workflows/sync_i18n.yml +++ b/.github/workflows/sync_i18n.yml @@ -17,7 +17,7 @@ jobs: ref: ${{ github.ref }} # Checkout the branch that triggered the workflow - name: Set up Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: '3.9'