Skip to content

Commit

Permalink
Bump actions/setup-python from 4.5.0 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 4.5.0 to 5.1.0.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@v4.5.0...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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 27, 2024
1 parent af0fd99 commit 319cad8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4.5.0
- uses: actions/setup-python@v5.1.0
with:
python-version: "3.8"
- run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
name: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4.5.0
- uses: actions/setup-python@v5.1.0
with:
python-version: "3.9"
- run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v3
with:
path: cookiecutter-hypermodern-python
- uses: actions/setup-python@v4.5.0
- uses: actions/setup-python@v5.1.0
with:
python-version: ${{ matrix.python-version }}
- name: Install tools using pip
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-instance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
path: ${{ env.PROJECT }}
token: ${{ secrets.X_GITHUB_TOKEN }}
- name: Set up Python 3.10
uses: actions/setup-python@v4.5.0
uses: actions/setup-python@v5.1.0
with:
python-version: "3.10"
- name: Install cutty
Expand Down

0 comments on commit 319cad8

Please sign in to comment.