Skip to content

Commit

Permalink
Bump actions/setup-python from 4.6.0 to 4.7.0 (#214)
Browse files Browse the repository at this point in the history
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.6.0 to 4.7.0.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@v4.6.0...v4.7.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 Aug 14, 2023
1 parent ecb0a77 commit d756725
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@v3

- name: 🛠 Set up Python 3
uses: actions/setup-python@v4.6.0
uses: actions/setup-python@v4.7.0
id: python
with:
python-version: 3.x
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
fetch-depth: 0

- name: 🛠️ Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4.6.0
uses: actions/setup-python@v4.7.0
with:
python-version: ${{ matrix.python-version }}

Expand All @@ -73,7 +73,7 @@ jobs:
fetch-depth: 0

- name: 🛠 Set up Python 3.10
uses: actions/setup-python@v4.6.0
uses: actions/setup-python@v4.7.0
id: python
with:
python-version: "3.10"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v3

- name: 🛠 Set up Python
uses: actions/setup-python@v4.6.0
uses: actions/setup-python@v4.7.0
id: python
with:
python-version: 3.x
Expand Down

0 comments on commit d756725

Please sign in to comment.