Skip to content

Commit b986e9d

Browse files
Update actions/setup-python action to v6
1 parent 024e7b1 commit b986e9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-website.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
version: pre-release
2727

2828
- name: Install python
29-
uses: actions/setup-python@v5
29+
uses: actions/setup-python@v6
3030
with:
3131
python-version: '3.13'
3232
cache: 'pip' # caching pip dependencies

0 commit comments

Comments
 (0)