121.diff (592B)
1 diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml 2 index 309789e7..09f1bca4 100644 3 --- a/.github/workflows/docs.yml 4 +++ b/.github/workflows/docs.yml 5 @@ -18,11 +18,11 @@ jobs: 6 deploy: 7 runs-on: ubuntu-latest 8 steps: 9 - - uses: actions/checkout@v4 10 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 11 with: 12 fetch-depth: 0 13 14 - - uses: actions/setup-python@v5 15 + - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6 16 with: 17 python-version: "3.12" 18 cache: pip