Skip to content

Commit e3b41ed

Browse files
Merge pull request #502 from pytest-dev/dependabot/github_actions/actions/setup-python-5
build(deps): bump actions/setup-python from 4 to 5
2 parents 4d5b7f6 + f74bbc4 commit e3b41ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
fetch-depth: 0
9292

9393
- name: Set up Python ${{ matrix.python }}
94-
uses: actions/setup-python@v4
94+
uses: actions/setup-python@v5
9595
with:
9696
python-version: ${{ matrix.python }}
9797

@@ -126,7 +126,7 @@ jobs:
126126
with:
127127
fetch-depth: 0
128128

129-
- uses: actions/setup-python@v4
129+
- uses: actions/setup-python@v5
130130
with:
131131
python-version: "3.11"
132132

0 commit comments

Comments
 (0)