Skip to content

Commit

Permalink
Bump actions/setup-python from 4.3.1 to 4.4.0
Browse files Browse the repository at this point in the history
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.3.1 to 4.4.0.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@v4.3.1...v4.4.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 Dec 23, 2022
1 parent 0e2a118 commit 2d3c7af
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 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.3.1
- uses: actions/setup-python@v4.4.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 @@ -17,7 +17,7 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4.3.1
- uses: actions/setup-python@v4.4.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.3.1
- uses: actions/setup-python@v4.4.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 @@ -16,7 +16,7 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4.3.1
- uses: actions/setup-python@v4.4.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 @@ -17,7 +17,7 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4.3.1
- uses: actions/setup-python@v4.4.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 @@ -16,7 +16,7 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4.3.1
- uses: actions/setup-python@v4.4.0
with:
python-version: '3.11'
- name: Install and Run Redis
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
with:
submodules: recursive
ref: 'master'
- uses: actions/setup-python@v4.3.1
- uses: actions/setup-python@v4.4.0
with:
python-version: '3.11'
- name: build prep for aarch64-apple-darwin
Expand Down

0 comments on commit 2d3c7af

Please sign in to comment.