File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16,12 +16,12 @@ jobs:
1616
1717 steps :
1818 - name : Checkout code
19- uses : actions/checkout@v4
19+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
2020 with :
2121 fetch-depth : 0
2222
2323 - name : Set up Python
24- uses : actions/setup-python@v4
24+ uses : actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4
2525 with :
2626 python-version : ${{ env.STABLE_PYTHON_VERSION }}
2727 cache : pip
3434 hatch run mkdocs build
3535
3636 - name : Upload artifact
37- uses : actions/upload-pages-artifact@v2
37+ uses : actions/upload-pages-artifact@a753861a5debcf57bf8b404356158c8e1e33150c # v2
3838 with :
3939 path : site
4040
5656 steps :
5757 - name : Deploy to GitHub Pages
5858 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