Skip to content

Commit ef28293

Browse files
authored
Migrate from Node.js 20 to Node.js 24 (#1009)
1 parent f75759c commit ef28293

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ jobs:
1818
if: github.repository_owner == 'LoopKit'
1919
steps:
2020
- uses: actions/checkout@v5
21-
- uses: actions/setup-python@v6
21+
- uses: actions/setup-python@v6.2
2222
with:
2323
python-version: ">=3.9"
2424
- run: pip install -r requirements.txt
2525
- run: mkdocs build
2626

27-
- uses: JamesIves/github-pages-deploy-action@v4
27+
- uses: JamesIves/github-pages-deploy-action@v4.8.0
2828
with:
2929
branch: gh-pages
3030
folder: site

0 commit comments

Comments
 (0)