Skip to content

Commit 640cb69

Browse files
Update actions/setup-python action to v6
1 parent f101c1a commit 640cb69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Checkout
1414
uses: actions/checkout@v4
1515

16-
- uses: actions/setup-python@v5
16+
- uses: actions/setup-python@v6
1717
with:
1818
python-version: '3.10'
1919
- run: pip install -r requirements.txt

0 commit comments

Comments
 (0)