Skip to content

Commit 6325ffa

Browse files
Pin dependencies
1 parent 483253c commit 6325ffa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish_doc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ jobs:
66
build:
77
runs-on: ubuntu-22.04
88
steps:
9-
- uses: actions/checkout@v2
9+
- uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2
1010
with:
1111
fetch-depth: 0
1212
ssh-key: ${{ secrets.KEY }}
1313

1414
- name: Set up Python
15-
uses: actions/setup-python@v2
15+
uses: actions/setup-python@e9aba2c848f5ebd159c070c61ea2c4e2b122355e # v2
1616
with:
1717
python-version: "3.11"
1818

0 commit comments

Comments
 (0)