Skip to content

Commit

Permalink
Merge pull request #502 from pytest-dev/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/setup-python-5

build(deps): bump actions/setup-python from 4 to 5
  • Loading branch information
RonnyPfannschmidt committed Apr 21, 2024
2 parents 4d5b7f6 + f74bbc4 commit e3b41ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Expand Up @@ -91,7 +91,7 @@ jobs:
fetch-depth: 0

- name: Set up Python ${{ matrix.python }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python }}

Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
with:
fetch-depth: 0

- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: "3.11"

Expand Down

0 comments on commit e3b41ed

Please sign in to comment.