diff --git a/.github/workflows/clear-and-update-index.yml b/.github/workflows/clear-and-update-index.yml index 854822cfc..fdc21f5d0 100644 --- a/.github/workflows/clear-and-update-index.yml +++ b/.github/workflows/clear-and-update-index.yml @@ -10,7 +10,7 @@ jobs: steps: - uses: actions/checkout@v3 - - uses: actions/setup-python@v4 + - uses: actions/setup-python@v5 with: python-version: '3.11' diff --git a/.github/workflows/update-index.yml b/.github/workflows/update-index.yml index 6b26e6095..8d4bcf1b9 100644 --- a/.github/workflows/update-index.yml +++ b/.github/workflows/update-index.yml @@ -17,7 +17,7 @@ jobs: environment: Indexing steps: - uses: actions/checkout@v3 - - uses: actions/setup-python@v4 + - uses: actions/setup-python@v5 with: python-version: '3.11' - name: Install Poetry