Skip to content

Commit 150c5a2

Browse files
authored
Merge pull request #282 from benjeffery/update-actions-2412
Update GitHub Actions to latest major versions
2 parents a340e52 + 12625eb commit 150c5a2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,20 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Cancel Previous Runs
16-
uses: styfle/[email protected].0
16+
uses: styfle/[email protected].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"
@@ -58,7 +58,7 @@ jobs:
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

0 commit comments

Comments
 (0)