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

chore(deps): update github actions #40

Merged
merged 1 commit into from
May 2, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 13, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
actions/setup-python action minor v4.5.0 -> v4.6.0
codecov/codecov-action action patch v3.1.1 -> v3.1.3
pypa/gh-action-pypi-publish action digest c542b72 -> 3b6670b

Release Notes

actions/setup-python

v4.6.0: Add allow-prereleases input

Compare Source

In scope of this release we added a new input (allow-prereleases) to allow falling back to pre-release versions of Python when a matching GA version of Python is not available

steps:
  - uses: actions/checkout@v3
  - uses: actions/setup-python@v4
    with:
      python-version: 3.12
      allow-prereleases: true

Besides, we added such changes as:

codecov/codecov-action

v3.1.3: 3.1.3

Compare Source

What's Changed

Full Changelog: codecov/codecov-action@v3.1.2...v3.1.3

v3.1.2: 3.1.2

Compare Source

What's Changed

New Contributors

Full Changelog: codecov/codecov-action@v3.1.1...v3.1.2


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 has been generated by Mend Renovate. View repository job log here.

@codecov
Copy link

codecov bot commented Apr 13, 2023

Codecov Report

Merging #40 (1e6323d) into main (bfa50a7) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main      #40   +/-   ##
=======================================
  Coverage   86.65%   86.65%           
=======================================
  Files          12       12           
  Lines        1828     1828           
  Branches      214      214           
=======================================
  Hits         1584     1584           
  Misses        144      144           
  Partials      100      100           

@renovate renovate bot force-pushed the renovate/github-actions branch from 10e918a to 86c7e09 Compare April 20, 2023 13:33
@renovate renovate bot changed the title chore(deps): update codecov/codecov-action action to v3.1.2 chore(deps): update github actions Apr 20, 2023
@renovate renovate bot force-pushed the renovate/github-actions branch 4 times, most recently from 92d94dc to 51ae479 Compare April 25, 2023 06:08
@renovate renovate bot force-pushed the renovate/github-actions branch from 51ae479 to 1e6323d Compare May 1, 2023 17:45
@patkivikram patkivikram merged commit 3277467 into main May 2, 2023
20 checks passed
@renovate renovate bot deleted the renovate/github-actions branch May 2, 2023 14:20
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.

None yet

1 participant