Skip to content

Commit fea5269

Browse files
authored
Merge pull request #49 from KeYProject/dependabot/github_actions/actions/setup-python-6
Bump actions/setup-python from 5 to 6
2 parents a8f35f8 + 04c914f commit fea5269

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
steps:
3232
- name: Checkout
3333
uses: actions/checkout@v5
34-
- uses: actions/setup-python@v5
34+
- uses: actions/setup-python@v6
3535
with:
3636
python-version: 3.x
3737
- name: Prepare system

0 commit comments

Comments
 (0)