We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef28293 commit 0ab2b72Copy full SHA for 0ab2b72
1 file changed
.github/workflows/publish.yml
@@ -18,7 +18,7 @@ jobs:
18
if: github.repository_owner == 'LoopKit'
19
steps:
20
- uses: actions/checkout@v5
21
- - uses: actions/setup-python@v6.2
+ - uses: actions/setup-python@v6.2.0
22
with:
23
python-version: ">=3.9"
24
- run: pip install -r requirements.txt
0 commit comments