Skip to content

Commit e600649

Browse files
Merge pull request #603 from pytest-dev/dependabot/github_actions/github-actions-af23a0451d
Bump actions/setup-python from 5.5.0 to 5.6.0 in the github-actions group
2 parents ad72452 + 44b80b9 commit e600649

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- uses: actions/checkout@v4
4545

4646
- name: Set up Python ${{ matrix.python-version }}
47-
uses: actions/setup-python@v5.5.0
47+
uses: actions/setup-python@v5.6.0
4848
with:
4949
python-version: ${{ matrix.python-version }}
5050

0 commit comments

Comments
 (0)