Skip to content

Commit 27c4fcc

Browse files
authored
Merge pull request #3 from DMsuDev/dependabot/github_actions/actions/setup-python-6
ci(deps): bump actions/setup-python from 5 to 6
2 parents fc759e8 + 5045631 commit 27c4fcc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
# pre-commit runtime + codespell + pre-commit-hooks require Python
3737
- name: Set up Python
38-
uses: actions/setup-python@v5
38+
uses: actions/setup-python@v6
3939
with:
4040
python-version: "3.x"
4141

0 commit comments

Comments
 (0)