dagger icon indicating copy to clipboard operation
dagger copied to clipboard

Update GitHub Actions

Open renovate[bot] opened this issue 1 year ago • 1 comments

This PR contains the following updates:

Package Type Update Change
actions/setup-python action minor v4.6.0 -> v4.8.0
codecov/codecov-action action patch v3.1.3 -> v3.1.6
pypa/gh-action-pypi-publish action digest a56da0b -> f760068

Release Notes

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

v4.8.0

Compare Source

What's Changed

In scope of this release we added support for GraalPy (https://github.com/actions/setup-python/pull/694). You can use this snippet to set up GraalPy:

steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4 
  with:
    python-version: 'graalpy-22.3' 
- run: python my_script.py

Besides, the release contains such changes as:

New Contributors

Full Changelog: https://github.com/actions/setup-python/compare/v4...v4.8.0

v4.7.1

Compare Source

What's Changed

Full Changelog: https://github.com/actions/setup-python/compare/v4...v4.7.1

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: https://github.com/actions/setup-python/compare/v4...v4.7.0

v4.6.1

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/actions/setup-python/compare/v4...v4.6.1

codecov/codecov-action (codecov/codecov-action)

v3.1.6

Compare Source

Full Changelog: https://github.com/codecov/codecov-action/compare/v3.1.5...v3.1.6

v3.1.5

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/codecov/codecov-action/compare/v3.1.4...v3.1.5

v3.1.4: 3.1.4

Compare Source

What's Changed
New Contributors

Full Changelog: https://github.com/codecov/codecov-action/compare/v3.1.3...v3.1.4


Configuration

📅 Schedule: Branch creation - "before 3am every weekday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR was generated by Mend Renovate. View the repository job log.

renovate[bot] avatar May 16 '23 02:05 renovate[bot]

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 86.14%. Comparing base (6817a73) to head (5018762).

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #45      +/-   ##
==========================================
- Coverage   86.51%   86.14%   -0.37%     
==========================================
  Files          12       12              
  Lines        1824     1790      -34     
  Branches      215      214       -1     
==========================================
- Hits         1578     1542      -36     
- Misses        146      147       +1     
- Partials      100      101       +1     

see 5 files with indirect coverage changes

---- 🚨 Try these New Features:

codecov[bot] avatar May 16 '23 02:05 codecov[bot]