diff --git a/.github/workflows/update-db.yml b/.github/workflows/update-db.yml index 1f816704668b..79e6ef2bb0ec 100644 --- a/.github/workflows/update-db.yml +++ b/.github/workflows/update-db.yml @@ -37,7 +37,7 @@ jobs: key: update-${{ github.sha }} - name: Set up Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: '3.12'