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 v5 #428

Merged
merged 1 commit into from
Dec 12, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 6, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
actions/setup-python action major v4 -> v5

Release Notes

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

v5

Compare Source


Configuration

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

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

Rebasing: Whenever PR is behind base branch, 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 the renovate Pull requests that update a dependency file label Dec 6, 2023
Copy link

github-actions bot commented Dec 6, 2023

Hello 👋

here is the most recent benchmark result:

LoadEventsWithSnapshotsBench
============================

Average iteration times by variant

270.0μs   │ ██ 
236.2μs   │ ██ 
202.5μs   │ ██ 
168.7μs   │ ██ 
135.0μs   │ ██ 
101.2μs   │ ██ 
67.5μs    │ ██ 
33.7μs    │ ██ 
          └────
            1  

[█ <current>] [█ base] 

1: benchLoadEvents 

Memory by variant

13.6mb    │ ██ 
11.9mb    │ ██ 
10.2mb    │ ██ 
8.5mb     │ ██ 
6.8mb     │ ██ 
5.1mb     │ ██ 
3.4mb     │ ██ 
1.7mb     │ ██ 
          └────
            1  

[█ <current>] [█ base] 

1: benchLoadEvents 

+--------------------+--------------------+--------------------+-----------------+------------+
|                    | time (kde mode)                         | memory                       |
+--------------------+--------------------+--------------------+-----------------+------------+
| subject            | Tag: <current>     | Tag: base          | Tag: <current>  | Tag: base  |
+--------------------+--------------------+--------------------+-----------------+------------+
| benchLoadEvents () | 269.964μs (±2.69%) | 269.100μs (±0.07%) | 13.579mb        | 13.579mb   |
+--------------------+--------------------+--------------------+-----------------+------------+

LoadEventsBench
===============

Average iteration times by variant

112.7ms   │ ██ 
98.6ms    │ ██ 
84.5ms    │ ██ 
70.4ms    │ ██ 
56.3ms    │ ██ 
42.3ms    │ ██ 
28.2ms    │ ██ 
14.1ms    │ ██ 
          └────
            1  

[█ <current>] [█ base] 

1: benchLoadEvents 

Memory by variant

23.4mb    │ ██ 
20.5mb    │ ██ 
17.6mb    │ ██ 
14.7mb    │ ██ 
11.7mb    │ ██ 
8.8mb     │ ██ 
5.9mb     │ ██ 
2.9mb     │ ██ 
          └────
            1  

[█ <current>] [█ base] 

1: benchLoadEvents 

+--------------------+--------------------+--------------------+-----------------+------------+
|                    | time (kde mode)                         | memory                       |
+--------------------+--------------------+--------------------+-----------------+------------+
| subject            | Tag: <current>     | Tag: base          | Tag: <current>  | Tag: base  |
+--------------------+--------------------+--------------------+-----------------+------------+
| benchLoadEvents () | 112.081ms (±1.17%) | 112.674ms (±0.51%) | 23.444mb        | 23.444mb   |
+--------------------+--------------------+--------------------+-----------------+------------+

WriteEventsBench
================

Average iteration times by variant

46.7ms    │    ██ 
40.8ms    │    ██ 
35.0ms    │    ██ 
29.2ms    │    ██ 
23.3ms    │    ██ 
17.5ms    │    ██ 
11.7ms    │    ██ 
5.8ms     │ ▂▂ ██ 
          └───────
            1  2  

[█ <current>] [█ base] 

1: benchSaveOneEvent    2: benchSaveAfterThous᠁ 

Memory by variant

7.4mb     │ ▃▃ ██ 
6.5mb     │ ██ ██ 
5.6mb     │ ██ ██ 
4.7mb     │ ██ ██ 
3.7mb     │ ██ ██ 
2.8mb     │ ██ ██ 
1.9mb     │ ██ ██ 
930.3kb   │ ██ ██ 
          └───────
            1  2  

[█ <current>] [█ base] 

1: benchSaveOneEvent    2: benchSaveAfterThous᠁ 

+---------------------------------+-------------------+--------------------+-----------------+------------+
|                                 | time (kde mode)                        | memory                       |
+---------------------------------+-------------------+--------------------+-----------------+------------+
| subject                         | Tag: <current>    | Tag: base          | Tag: <current>  | Tag: base  |
+---------------------------------+-------------------+--------------------+-----------------+------------+
| benchSaveOneEvent ()            | 1.352ms (±9.32%)  | 995.366μs (±0.84%) | 6.816mb         | 6.816mb    |
| benchSaveAfterThousandEvents () | 46.052ms (±0.19%) | 46.660ms (±0.32%)  | 7.442mb         | 7.442mb    |
+---------------------------------+-------------------+--------------------+-----------------+------------+

This comment gets update everytime a new commit comes in!

@renovate renovate bot force-pushed the renovate/actions-setup-python-5.x branch 2 times, most recently from afad17d to 6c822e3 Compare December 8, 2023 14:04
| datasource  | package              | from | to |
| ----------- | -------------------- | ---- | -- |
| github-tags | actions/setup-python | v4   | v5 |


Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/actions-setup-python-5.x branch from 6c822e3 to 87f9e7d Compare December 11, 2023 18:25
@DavidBadura DavidBadura disabled auto-merge December 12, 2023 11:17
@DavidBadura DavidBadura merged commit 9bde35d into 2.3.x Dec 12, 2023
52 checks passed
@DavidBadura DavidBadura deleted the renovate/actions-setup-python-5.x branch December 12, 2023 11:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
renovate Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant