Skip to content

Commit f5c7421

Browse files
authored
Merge pull request LoopKit#958 from ebouchut/ebouchut/chore/upgrade_github_actions_in_CD_script
Upgrade GitHub Actions in the CD workflow (`publish.yml`)
2 parents f6a8db7 + 5d6b2b4 commit f5c7421

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
contents: write
1818
if: github.repository_owner == 'LoopKit'
1919
steps:
20-
- uses: actions/checkout@v4
21-
- uses: actions/setup-python@v5
20+
- uses: actions/checkout@v5
21+
- uses: actions/setup-python@v6
2222
with:
23-
python-version: 3.x
23+
python-version: ">=3.9"
2424
- run: pip install -r requirements.txt
2525
- run: mkdocs build
2626

0 commit comments

Comments
 (0)