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:
13
13
runs-on : ubuntu-latest
14
14
steps :
15
15
- name : Cancel Previous Runs
16
-
16
+
17
17
with :
18
18
access_token : ${{ github.token }}
19
19
20
20
- name : Checkout
21
- uses : actions/checkout@v4
21
+ uses : actions/checkout@v4.2.2
22
22
23
23
# Install dependencies
24
24
- name : Install Graphviz
25
25
run : |
26
26
sudo apt-get install graphviz {lib,}graphviz-dev
27
27
28
28
- name : Set up Python 3.11
29
- uses : actions/setup-python@v4
29
+ uses : actions/setup-python@v5.3.0
30
30
with :
31
31
python-version : " 3.11"
32
32
cache : " pip"
58
58
# Push the book's HTML to github-pages
59
59
- name : GitHub Pages action
60
60
if : github.ref == 'refs/heads/main'
61
- uses : peaceiris/actions-gh-pages@v3.9.3
61
+ uses : peaceiris/actions-gh-pages@v4.0.0
62
62
with :
63
63
github_token : ${{ secrets.GITHUB_TOKEN }}
64
64
publish_dir : ./_build/html
You can’t perform that action at this time.
0 commit comments