Skip to content

Commit 514323c

Browse files
Merge pull request #600 from pytest-dev/dependabot/github_actions/github-actions-f2e6fc259d
Bump actions/setup-python from 5.4.0 to 5.5.0 in the github-actions group
2 parents 05365df + 631f7ec commit 514323c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
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.4.0
47+
uses: actions/setup-python@v5.5.0
4848
with:
4949
python-version: ${{ matrix.python-version }}
5050

0 commit comments

Comments
 (0)