Skip to content

Commit

Permalink
Bump actions/setup-python from 2.3.2 to 5.1.0
Browse files Browse the repository at this point in the history
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2.3.2 to 5.1.0.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@v2.3.2...v5.1.0)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 27, 2024
1 parent a4a9d6d commit 32b068d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v2.3.2
- uses: actions/setup-python@v5.1.0
with:
python-version: '3.11'
cache: 'pip'
Expand Down Expand Up @@ -35,7 +35,7 @@ jobs:
UBUNTU_VERSION: ["22.04"]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v2.3.2
- uses: actions/setup-python@v5.1.0
with:
python-version: '3.11'
cache: 'pip'
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
UBUNTU_VERSION: ["22.04"]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v2.3.2
- uses: actions/setup-python@v5.1.0
with:
python-version: '3.11'
cache: 'pip'
Expand Down

0 comments on commit 32b068d

Please sign in to comment.