diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index e2453b37d..e81772b92 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -31,7 +31,11 @@ jobs: name: Docs runs-on: ubuntu-latest steps: - - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3 + - uses: actions/checkout@v4 + - name: Install Python + uses: actions/setup-python@v5 + with: + python-version: '3.12' - name: Use Node.js LTS uses: actions/setup-node@v3 with: