File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16,12 +16,12 @@ jobs:
16
16
17
17
steps :
18
18
- name : Checkout code
19
- uses : actions/checkout@v4
19
+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
20
20
with :
21
21
fetch-depth : 0
22
22
23
23
- name : Set up Python
24
- uses : actions/setup-python@v4
24
+ uses : actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4
25
25
with :
26
26
python-version : ${{ env.STABLE_PYTHON_VERSION }}
27
27
cache : pip
34
34
hatch run mkdocs build
35
35
36
36
- name : Upload artifact
37
- uses : actions/upload-pages-artifact@v2
37
+ uses : actions/upload-pages-artifact@a753861a5debcf57bf8b404356158c8e1e33150c # v2
38
38
with :
39
39
path : site
40
40
56
56
steps :
57
57
- name : Deploy to GitHub Pages
58
58
id : deployment
59
- uses : actions/deploy-pages@v2
59
+ uses : actions/deploy-pages@de14547edc9944350dc0481aa5b7afb08e75f254 # v2
You can’t perform that action at this time.
0 commit comments