File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1717 with :
1818 fetch-depth : 1
1919 - name : Set up Python 🐍
20- uses : actions/setup-python@5 .1.0
20+ uses : actions/setup-python@v5 .1.0
2121 with :
2222 python-version : 3.12
2323 - name : Install dependencies ⚙️
Original file line number Diff line number Diff line change 1616 with :
1717 fetch-depth : 1
1818 - name : Set up Python ${{ matrix.python-version }} 🐍
19- uses : actions/setup-python@5 .1.0
19+ uses : actions/setup-python@v5 .1.0
2020 with :
2121 python-version : ${{ matrix.python-version }}
2222 - name : Install dependencies ⚙️
Original file line number Diff line number Diff line change 1313 - name : Checkout 🚚
1414 uses : actions/checkout@v4.1.1
1515 - name : Set up Python 3.12 🐍
16- uses : actions/setup-python@5 .1.0
16+ uses : actions/setup-python@v5 .1.0
1717 with :
1818 python-version : 3.12
1919 - name : Install dependencies ⚙️
Original file line number Diff line number Diff line change 1313 uses : actions/checkout@v4.1.1
1414
1515 - name : Set up Python 🐍
16- uses : actions/setup-python@5 .1.0
16+ uses : actions/setup-python@v5 .1.0
1717 with :
1818 python-version : 3.12
1919
2727 make html
2828
2929 - name : Deploy 🚀
30- uses : JamesIves/github-pages-deploy-action@4 .5.0
30+ uses : JamesIves/github-pages-deploy-action@v4 .5.0
3131 with :
3232 branch : gh-pages
3333 folder : docs/_build/html
You can’t perform that action at this time.
0 commit comments