diff --git a/.github/workflows/fetch-and-regenerate-lists.yml b/.github/workflows/fetch-and-regenerate-lists.yml index f9d4b83..510207a 100644 --- a/.github/workflows/fetch-and-regenerate-lists.yml +++ b/.github/workflows/fetch-and-regenerate-lists.yml @@ -20,7 +20,7 @@ jobs: with: ref: ${{ github.head_ref }} - name: Set up Python 3.14 - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: "3.14" cache: "pip"