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 @@ -13,20 +13,20 @@ jobs:
1313 runs-on : ubuntu-latest
1414 steps :
1515 - name : Cancel Previous Runs
16- uses : styfle/cancel-workflow-action@0.12.0
16+ uses : styfle/cancel-workflow-action@0.12.1
1717 with :
1818 access_token : ${{ github.token }}
1919
2020 - name : Checkout
21- uses : actions/checkout@v4
21+ uses : actions/checkout@v4.2.2
2222
2323 # Install dependencies
2424 - name : Install Graphviz
2525 run : |
2626 sudo apt-get install graphviz {lib,}graphviz-dev
2727
2828 - name : Set up Python 3.11
29- uses : actions/setup-python@v4
29+ uses : actions/setup-python@v5.3.0
3030 with :
3131 python-version : " 3.11"
3232 cache : " pip"
5858 # Push the book's HTML to github-pages
5959 - name : GitHub Pages action
6060 if : github.ref == 'refs/heads/main'
61- uses : peaceiris/actions-gh-pages@v3.9.3
61+ uses : peaceiris/actions-gh-pages@v4.0.0
6262 with :
6363 github_token : ${{ secrets.GITHUB_TOKEN }}
6464 publish_dir : ./_build/html
You can’t perform that action at this time.
0 commit comments