Skip to content

Commit c37c533

Browse files
authored
Merge pull request #22 from styx-api/dependabot/github_actions/actions/setup-python-6
Bump actions/setup-python from 5 to 6
2 parents e720b64 + f0adc0a commit c37c533

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
with:
3636
enable-cache: true
3737
- name: Set up Python
38-
uses: actions/setup-python@v5
38+
uses: actions/setup-python@v6
3939
with:
4040
python-version-file: pyproject.toml
4141
- name: Install the project

0 commit comments

Comments
 (0)