Skip to content

Commit cf4ad3d

Browse files
authored
Merge pull request #12 from Lookyloo/dependabot/github_actions/actions/setup-python-6
build(deps): bump actions/setup-python from 5 to 6
2 parents 19f828e + 179e2e6 commit cf4ad3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mypy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v4
2020
- name: Set up Python
21-
uses: actions/setup-python@v5
21+
uses: actions/setup-python@v6
2222
with:
2323
python-version: ${{matrix.python-version}}
2424

0 commit comments

Comments
 (0)