Skip to content

Commit

Permalink
gha: bump actions/setup-python from 4.6.1 to 4.7.0 (#96)
Browse files Browse the repository at this point in the history
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.6.1 to 4.7.0.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@v4.6.1...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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 17, 2023
1 parent a4815e0 commit aa7f341
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
fetch-depth: 5

- name: Set up Python 3
uses: actions/setup-python@v4.6.1
uses: actions/setup-python@v4.7.0
with:
python-version: '3'

Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
fetch-depth: 5

- name: Set up Python 3
uses: actions/setup-python@v4.6.1
uses: actions/setup-python@v4.7.0
with:
python-version: '3'

Expand Down Expand Up @@ -150,7 +150,7 @@ jobs:
fetch-depth: 5

- name: Set up Python 3
uses: actions/setup-python@v4.6.1
uses: actions/setup-python@v4.7.0
with:
python-version: '3'

Expand Down Expand Up @@ -181,7 +181,7 @@ jobs:
fetch-depth: 5

- name: Set up Python 3
uses: actions/setup-python@v4.6.1
uses: actions/setup-python@v4.7.0
with:
python-version: '3'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
path: cpython

- name: Set up Python 3
uses: actions/setup-python@v4.6.1
uses: actions/setup-python@v4.7.0
with:
python-version: '3'
cache: 'pip'
Expand Down Expand Up @@ -183,7 +183,7 @@ jobs:
path: ${{ matrix.branch }}

- name: Set up Python 3
uses: actions/setup-python@v4.6.1
uses: actions/setup-python@v4.7.0
with:
python-version: '3'
cache: 'pip'
Expand Down

0 comments on commit aa7f341

Please sign in to comment.