Skip to content

Commit 0ab2b72

Browse files
authored
Fix typo when updating to node.js.24 (#1010)
1 parent ef28293 commit 0ab2b72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

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

0 commit comments

Comments
 (0)