We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4994ced commit b519ef3Copy full SHA for b519ef3
.github/workflows/docs.yml
@@ -8,7 +8,7 @@ jobs:
8
runs-on: ubuntu-latest
9
steps:
10
- name: Checkout
11
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
+ uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
12
- name: Setup Python
13
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5
14
with:
@@ -24,7 +24,7 @@ jobs:
24
25
26
27
28
29
30
0 commit comments