Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 11, 2024
1 parent 6c47590 commit 930dccb
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ jobs:
${{ steps.changelog-draft-name.outputs.filename-base }}.rst
steps:
- name: Switch to using Python 3.11 by default
uses: actions/setup-python@v5.1.0
uses: actions/setup-python@v5.1.1
with:
python-version: 3.11
- name: >-
Expand Down Expand Up @@ -432,7 +432,7 @@ jobs:

steps:
- name: Switch to using Python 3.11
uses: actions/setup-python@v5.1.0
uses: actions/setup-python@v5.1.1
with:
python-version: 3.11

Expand Down Expand Up @@ -880,7 +880,7 @@ jobs:

steps:
- name: Switch to using Python ${{ matrix.python-version }}
uses: actions/setup-python@v5.1.0
uses: actions/setup-python@v5.1.1
with:
python-version: ${{ matrix.python-version }}

Expand Down Expand Up @@ -1487,7 +1487,7 @@ jobs:

steps:
- name: Switch to using Python 3.11 by default
uses: actions/setup-python@v5.1.0
uses: actions/setup-python@v5.1.1
with:
python-version: 3.11

Expand Down Expand Up @@ -1970,7 +1970,7 @@ jobs:
path: dist/

- name: Switch to Python 3.11
uses: actions/setup-python@v5.1.0
uses: actions/setup-python@v5.1.1
with:
python-version: 3.11
- name: >-
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable-build-wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
steps:
- name: Switch to using Python 3.11 by default
uses: actions/setup-python@v5.1.0
uses: actions/setup-python@v5.1.1
with:
python-version: 3.11

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable-linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
steps:
- uses: actions/checkout@v4.1.6
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5.1.0
uses: actions/setup-python@v5.1.1
with:
python-version: ${{ matrix.python-version }}
- name: >-
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
}} libssh-dev
- name: Switch 🐍 to v${{ inputs.python-version }}
id: python-install
uses: actions/setup-python@v5.1.0
uses: actions/setup-python@v5.1.1
with:
python-version: ${{ inputs.python-version }}

Expand Down

0 comments on commit 930dccb

Please sign in to comment.