Skip to content

Commit d33d64b

Browse files
Merge pull request #176 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 f5b0081 + dad0196 commit d33d64b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
steps:
2828
- uses: actions/[email protected]
2929
- name: Set up Python
30-
uses: actions/setup-python@v5.4.0
30+
uses: actions/setup-python@v5.5.0
3131
with:
3232
python-version: "3.8"
3333
- name: Install GoogleTest
@@ -80,7 +80,7 @@ jobs:
8080
steps:
8181
- uses: actions/[email protected]
8282
- name: Set up Python
83-
uses: actions/setup-python@v5.4.0
83+
uses: actions/setup-python@v5.5.0
8484
with:
8585
python-version: ${{ matrix.python }}
8686

0 commit comments

Comments
 (0)