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 actions/setup-python action to v4.8.0 (v1.14) #29579

Merged
merged 1 commit into from
Dec 8, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 4, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
actions/setup-python action minor v4.7.1 -> v4.8.0

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


Configuration

📅 Schedule: Branch creation - "on monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Never, 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 requested review from a team as code owners December 4, 2023 03:02
@renovate renovate bot added kind/enhancement This would improve or streamline existing functionality. release-note/misc This PR makes changes that have no direct user impact. renovate/stop-updating Tell Renovate to stop updating PR labels Dec 4, 2023
@renovate renovate bot requested review from aanm and christarazi December 4, 2023 03:02
@maintainer-s-little-helper maintainer-s-little-helper bot added backport/1.14 This PR represents a backport for Cilium 1.14.x of a PR that was merged to main. kind/backports This PR provides functionality previously merged into master. labels Dec 4, 2023
@github-actions github-actions bot added the kind/community-contribution This was a contribution made by a community member. label Dec 4, 2023
@aanm
Copy link
Member

aanm commented Dec 4, 2023

/test

Signed-off-by: renovate[bot] <bot@renovateapp.com>
@renovate renovate bot changed the title chore(deps): update google-github-actions/auth action to v1.3.0 (v1.14) chore(deps): update actions/setup-python action to v4.8.0 (v1.14) Dec 7, 2023
@renovate renovate bot force-pushed the renovate/v1.14-all-github-action branch from 2d37a5d to e2fb49e Compare December 7, 2023 17:28
@christarazi
Copy link
Member

/test

@aanm aanm merged commit b3cb479 into v1.14 Dec 8, 2023
42 checks passed
@aanm aanm deleted the renovate/v1.14-all-github-action branch December 8, 2023 08:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport/1.14 This PR represents a backport for Cilium 1.14.x of a PR that was merged to main. kind/backports This PR provides functionality previously merged into master. kind/community-contribution This was a contribution made by a community member. kind/enhancement This would improve or streamline existing functionality. release-note/misc This PR makes changes that have no direct user impact. renovate/stop-updating Tell Renovate to stop updating PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants