Skip to content

Commit

Permalink
Bump actions/setup-python from 5.2.0 to 5.3.0 (#2374)
Browse files Browse the repository at this point in the history
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.2.0 to 5.3.0.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@v5.2.0...v5.3.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 28, 2024
1 parent ded776e commit 0e82cc7
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Clone repo
uses: actions/[email protected]
- name: Set up python
uses: actions/setup-python@v5.2.0
uses: actions/setup-python@v5.3.0
with:
python-version: '3.12'
- name: Install pip dependencies
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Clone repo
uses: actions/[email protected]
- name: Set up python
uses: actions/setup-python@v5.2.0
uses: actions/setup-python@v5.3.0
with:
python-version: '3.12'
- name: Cache dependencies
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Clone repo
uses: actions/[email protected]
- name: Set up python
uses: actions/setup-python@v5.2.0
uses: actions/setup-python@v5.3.0
with:
python-version: '3.12'
- name: Cache dependencies
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/style.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Clone repo
uses: actions/[email protected]
- name: Set up python
uses: actions/setup-python@v5.2.0
uses: actions/setup-python@v5.3.0
with:
python-version: '3.12'
- name: Cache dependencies
Expand All @@ -44,7 +44,7 @@ jobs:
- name: Clone repo
uses: actions/[email protected]
- name: Set up python
uses: actions/setup-python@v5.2.0
uses: actions/setup-python@v5.3.0
with:
python-version: '3.12'
- name: Cache dependencies
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Clone repo
uses: actions/[email protected]
- name: Set up python
uses: actions/setup-python@v5.2.0
uses: actions/setup-python@v5.3.0
with:
python-version: ${{ matrix.python-version }}
- name: Cache dependencies
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Clone repo
uses: actions/[email protected]
- name: Set up python
uses: actions/setup-python@v5.2.0
uses: actions/setup-python@v5.3.0
with:
python-version: '3.10'
- name: Cache dependencies
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
- name: Clone repo
uses: actions/[email protected]
- name: Set up python
uses: actions/setup-python@v5.2.0
uses: actions/setup-python@v5.3.0
with:
python-version: '3.12'
- name: Cache dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tutorials.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Clone repo
uses: actions/[email protected]
- name: Set up python
uses: actions/setup-python@v5.2.0
uses: actions/setup-python@v5.3.0
with:
python-version: '3.12'
- name: Cache dependencies
Expand Down

0 comments on commit 0e82cc7

Please sign in to comment.