Skip to content

Commit 3267bdf

Browse files
chore(deps): pin dependencies
1 parent 94984f4 commit 3267bdf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/docs.yml

+4-4
Original file line numberDiff line numberDiff 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
@@ -34,7 +34,7 @@ jobs:
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

@@ -56,4 +56,4 @@ jobs:
5656
steps:
5757
- name: Deploy to GitHub Pages
5858
id: deployment
59-
uses: actions/deploy-pages@v2
59+
uses: actions/deploy-pages@de14547edc9944350dc0481aa5b7afb08e75f254 # v2

0 commit comments

Comments
 (0)