Skip to content

Commit

Permalink
Merge pull request #1050 from pypa/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…setup-python-5.0.0

Bump actions/setup-python from 4.6.0 to 5.0.0
  • Loading branch information
sigmavirus24 committed Feb 12, 2024
2 parents 7dd5e9c + 9cd2f93 commit 6ab9c10
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.1
- uses: actions/setup-python@v5
- uses: actions/setup-python@v5.0.0
with:
python-version: ${{ env.DEFAULT_PYTHON_VERSION }}
- name: Install dependencies
Expand All @@ -50,7 +50,7 @@ jobs:
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v4.1.1
- uses: actions/setup-python@v5
- uses: actions/setup-python@v5.0.0
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
Expand All @@ -68,7 +68,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.1
- uses: actions/setup-python@v5
- uses: actions/setup-python@v5.0.0
with:
python-version: ${{ env.MIN_PYTHON_VERSION }}
- name: Install dependencies
Expand All @@ -80,7 +80,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.1
- uses: actions/setup-python@v5
- uses: actions/setup-python@v5.0.0
with:
python-version: ${{ env.MIN_PYTHON_VERSION }}
- name: Install dependencies
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.1
- uses: actions/setup-python@v5
- uses: actions/setup-python@v5.0.0
with:
python-version: ${{ env.MIN_PYTHON_VERSION }}
- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: "actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11"

- name: "Setup Python"
uses: "actions/setup-python@57ded4d7d5e986d7296eab16560982c6dd7c923b"
uses: "actions/setup-python@871daa956ca9ea99f3c3e30acb424b7960676734"
with:
python-version: "3.x"

Expand Down

0 comments on commit 6ab9c10

Please sign in to comment.