You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/doc-generator.yml
+2-2
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ jobs:
21
21
runs-on: ubuntu-latest
22
22
steps:
23
23
- name: Checkout 🛎️
24
-
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29# v4 # If you're using actions/checkout@v2 you must set persist-credentials to false in most cases for the deployment to work correctly.
24
+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332# v4 # If you're using actions/checkout@v2 you must set persist-credentials to false in most cases for the deployment to work correctly.
25
25
with:
26
26
persist-credentials: false
27
27
@@ -38,7 +38,7 @@ jobs:
38
38
runs-on: ubuntu-latest
39
39
steps:
40
40
- name: Checkout 🛎️
41
-
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29# v4 # If you're using actions/checkout@v2 you must set persist-credentials to false in most cases for the deployment to work correctly.
41
+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332# v4 # If you're using actions/checkout@v2 you must set persist-credentials to false in most cases for the deployment to work correctly.
0 commit comments