Skip to content

Commit 5bb0209

Browse files
authored
Merge pull request #1456 from MISP/dependabot/github_actions/actions/setup-python-7
build(deps): bump actions/setup-python from 6 to 7
2 parents ff8834f + d0eeb60 commit 5bb0209

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
submodules: recursive
2323

2424
- name: Set up Python ${{matrix.python-version}}
25-
uses: actions/setup-python@v6
25+
uses: actions/setup-python@v7
2626
with:
2727
python-version: ${{matrix.python-version}}
2828

0 commit comments

Comments
 (0)