Skip to content

Commit ac472e0

Browse files
chore(deps): update actions/setup-python action to v6
1 parent b966190 commit ac472e0

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.14'
3232
cache: 'pip' # caching pip dependencies

0 commit comments

Comments
 (0)