Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update actions/setup-python action to v4.7.0 #591

Merged
merged 1 commit into from
Aug 15, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 14, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
actions/setup-python action minor v4.6.1 -> v4.7.0

Release Notes

actions/setup-python (actions/setup-python)

v4.7.0

Compare Source

In scope of this release, the support for reading python version from pyproject.toml was added (https://github.com/actions/setup-python/pull/669).

      - name: Setup Python
        uses: actions/setup-python@v4
        with:
          python-version-file: pyproject.toml
Besides, it includes such changes as:

New Contributors

Full Changelog: actions/setup-python@v4...v4.7.0


Configuration

📅 Schedule: Branch creation - "before 4am" in timezone America/Chicago, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added dependencies Upgrade or downgrade of project dependencies. github_actions labels Jul 14, 2023
@codecov
Copy link

codecov bot commented Jul 14, 2023

Codecov Report

Merging #591 (6be99c1) into main (ac9c599) will increase coverage by 0.02%.
Report is 12 commits behind head on main.
The diff coverage is 97.14%.

@@            Coverage Diff             @@
##             main     #591      +/-   ##
==========================================
+ Coverage   96.06%   96.09%   +0.02%     
==========================================
  Files           7        7              
  Lines         432      435       +3     
  Branches       85       86       +1     
==========================================
+ Hits          415      418       +3     
  Misses          4        4              
  Partials       13       13              
Files Changed Coverage Δ
src/rokuecp/resolver.py 89.47% <0.00%> (ø)
src/rokuecp/__init__.py 100.00% <100.00%> (ø)
src/rokuecp/helpers.py 89.28% <100.00%> (+0.19%) ⬆️
src/rokuecp/models.py 95.97% <100.00%> (ø)
src/rokuecp/rokuecp.py 98.52% <100.00%> (+<0.01%) ⬆️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@renovate renovate bot force-pushed the renovate/actions-setup-python-4.x branch 2 times, most recently from 46b8e10 to 6be99c1 Compare August 15, 2023 03:44
@renovate renovate bot force-pushed the renovate/actions-setup-python-4.x branch from 6be99c1 to a0e9f5b Compare August 15, 2023 03:48
@ctalkington ctalkington merged commit 9da05a0 into main Aug 15, 2023
12 checks passed
@ctalkington ctalkington deleted the renovate/actions-setup-python-4.x branch August 15, 2023 03:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Upgrade or downgrade of project dependencies.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant