Skip to content

Commit 7fb4dcf

Browse files
authored
Merge pull request #2123 from shirou/dependabot/github_actions/actions/setup-python-7.0.0
chore(deps): bump actions/setup-python from 6.3.0 to 7.0.0
2 parents ae7d91a + 90e34b3 commit 7fb4dcf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
# psutil enables the *_Against_Psutil comparison tests; they skip
5050
# when it is missing, so both steps are best-effort.
5151
- name: Install Python
52-
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
52+
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
5353
with:
5454
python-version: "3.x"
5555
continue-on-error: true

0 commit comments

Comments
 (0)