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 GitHub Actions #45

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Update GitHub Actions #45

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 16, 2023

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 -> 916e576

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: actions/setup-python@v4...v4.8.0

v4.7.1

Compare Source

What's Changed

Full Changelog: actions/setup-python@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: actions/setup-python@v4...v4.7.0

v4.6.1

Compare Source

What's Changed

New Contributors

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

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

v3.1.6

Compare Source

Full Changelog: codecov/codecov-action@v3.1.5...v3.1.6

v3.1.5

Compare Source

What's Changed

New Contributors

Full Changelog: codecov/codecov-action@v3.1.4...v3.1.5

v3.1.4: 3.1.4

Compare Source

What's Changed
New Contributors

Full Changelog: codecov/codecov-action@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.

@codecov
Copy link

codecov bot commented May 16, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

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:

@renovate renovate bot force-pushed the renovate/github-actions branch from b94e8cb to 4564355 Compare May 17, 2023 02:34
@renovate renovate bot changed the title chore(deps): update codecov/codecov-action action to v3.1.4 chore(deps): update github actions May 17, 2023
@renovate renovate bot force-pushed the renovate/github-actions branch from 4564355 to 20ef2d5 Compare May 28, 2023 10:34
@renovate renovate bot force-pushed the renovate/github-actions branch 3 times, most recently from 35e9e0f to 439814f Compare June 8, 2023 16:16
@renovate renovate bot force-pushed the renovate/github-actions branch from 439814f to 2192d9a Compare June 26, 2023 16:55
@renovate renovate bot force-pushed the renovate/github-actions branch 3 times, most recently from b183dbc to 6376621 Compare July 13, 2023 16:07
@renovate renovate bot force-pushed the renovate/github-actions branch from 6376621 to b1ce117 Compare July 26, 2023 09:53
@renovate renovate bot force-pushed the renovate/github-actions branch 3 times, most recently from 6225002 to 2458c36 Compare August 11, 2023 16:21
@renovate renovate bot force-pushed the renovate/github-actions branch 3 times, most recently from 59343a2 to 701f91f Compare September 11, 2023 17:18
@renovate renovate bot force-pushed the renovate/github-actions branch 4 times, most recently from a12f224 to 5459481 Compare October 4, 2023 18:18
@renovate renovate bot changed the title chore(deps): update github actions Update GitHub Actions Oct 30, 2023
@renovate renovate bot force-pushed the renovate/github-actions branch 2 times, most recently from 626d318 to 6f1de19 Compare October 30, 2023 13:05
@renovate renovate bot force-pushed the renovate/github-actions branch 2 times, most recently from 42cb0fd to f4a7902 Compare December 5, 2023 13:45
@renovate renovate bot force-pushed the renovate/github-actions branch from f4a7902 to 4506a19 Compare December 20, 2023 13:00
@renovate renovate bot force-pushed the renovate/github-actions branch from 4506a19 to 6f8ebc9 Compare January 25, 2024 19:53
@renovate renovate bot force-pushed the renovate/github-actions branch 3 times, most recently from a435828 to 74a4ee3 Compare March 8, 2024 01:17
@renovate renovate bot force-pushed the renovate/github-actions branch from 74a4ee3 to dee2548 Compare April 12, 2024 14:52
@renovate renovate bot force-pushed the renovate/github-actions branch from dee2548 to e14954d Compare May 16, 2024 22:52
@renovate renovate bot force-pushed the renovate/github-actions branch 2 times, most recently from 78f1f4c to 2b1c314 Compare May 29, 2024 21:36
@renovate renovate bot force-pushed the renovate/github-actions branch from 2b1c314 to 00ce8c3 Compare June 16, 2024 19:32
@renovate renovate bot force-pushed the renovate/github-actions branch from 00ce8c3 to 149c635 Compare June 27, 2024 18:20
@renovate renovate bot force-pushed the renovate/github-actions branch 3 times, most recently from a3d568f to 835de5d Compare September 5, 2024 16:41
@renovate renovate bot force-pushed the renovate/github-actions branch from 835de5d to 4866ccf Compare September 20, 2024 22:53
@renovate renovate bot force-pushed the renovate/github-actions branch 2 times, most recently from 79ac585 to f9665be Compare September 29, 2024 10:12
@renovate renovate bot force-pushed the renovate/github-actions branch 2 times, most recently from 2c6afc6 to 9c9e73d Compare November 5, 2024 22:58
@renovate renovate bot force-pushed the renovate/github-actions branch 3 times, most recently from c89a8a8 to f39823d Compare November 7, 2024 00:56
@renovate renovate bot force-pushed the renovate/github-actions branch from f39823d to 4154187 Compare November 15, 2024 04:59
@renovate renovate bot force-pushed the renovate/github-actions branch from 4154187 to 5018762 Compare November 24, 2024 03:25
@renovate renovate bot force-pushed the renovate/github-actions branch 6 times, most recently from aa116ff to 4252adc Compare December 10, 2024 04:17
@renovate renovate bot force-pushed the renovate/github-actions branch from 4252adc to 657e0bb Compare December 10, 2024 19:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants