File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 2323 python-version : ' 3.13'
2424
2525 - name : Install Poetry
26- uses : snok/install-poetry@v1
26+ uses : snok/install-poetry@76e04a911780d5b312d89783f7b1cd627778900a # v1
2727 with :
2828 version : latest
2929 virtualenvs-create : true
5858 shell : bash
5959
6060 - name : Cache Poetry dependencies
61- uses : actions/cache@v3
61+ uses : actions/cache@2f8e54208210a422b2efd51efaa6bd6d7ca8920f # v3
6262 with :
6363 path : .venv
6464 key : venv-${{ runner.os }}-${{ hashFiles('**/poetry.lock') }}
@@ -102,14 +102,14 @@ jobs:
102102 python-version : ' 3.13'
103103
104104 - name : Install Poetry
105- uses : snok/install-poetry@v1
105+ uses : snok/install-poetry@76e04a911780d5b312d89783f7b1cd627778900a # v1
106106 with :
107107 version : latest
108108 virtualenvs-create : true
109109 virtualenvs-in-project : true
110110
111111 - name : Cache Poetry dependencies
112- uses : actions/cache@v3
112+ uses : actions/cache@2f8e54208210a422b2efd51efaa6bd6d7ca8920f # v3
113113 with :
114114 path : .venv
115115 key : venv-${{ runner.os }}-${{ hashFiles('**/poetry.lock') }}
@@ -123,7 +123,7 @@ jobs:
123123 run : cd docs && poetry run sphinx-build -b html . _build
124124
125125 - name : Setup SSH key
126- uses :
webfactory/[email protected] 126+ uses : webfactory/ssh-agent@d4b9b8ff72958532804b70bbe600ad43b36d5f2e # v0.8.0
127127 with :
128128 ssh-private-key : ${{ secrets.DOCS_DEPLOY_SSH_KEY }}
129129
You can’t perform that action at this time.
0 commit comments