Skip to content

Commit

Permalink
Bump actions/setup-python from 4.4.0 to 4.5.0
Browse files Browse the repository at this point in the history
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.4.0 to 4.5.0.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@v4.4.0...v4.5.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]>
  • Loading branch information
dependabot[bot] authored Jan 13, 2023
1 parent 673e55d commit ed14e2c
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4.4.0
- uses: actions/setup-python@v4.5.0
with:
python-version: '3.11'
- name: Update Rust Beta
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4.4.0
- uses: actions/setup-python@v4.5.0
with:
python-version: '3.11'
- name: Update Rust
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust-nightly-bleeding-edge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4.4.0
- uses: actions/setup-python@v4.5.0
with:
python-version: '3.11'
- name: Install and Run Redis
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust-qsvdp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4.4.0
- uses: actions/setup-python@v4.5.0
with:
python-version: '3.11'
- name: Install and Run Redis
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4.4.0
- uses: actions/setup-python@v4.5.0
with:
python-version: '3.11'
- name: Update Rust
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4.4.0
- uses: actions/setup-python@v4.5.0
with:
python-version: '3.11'
- name: Install and Run Redis
Expand Down

0 comments on commit ed14e2c

Please sign in to comment.