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 #2544

Merged
merged 1 commit into from
Mar 14, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 14, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change
actions/cache action digest 704facf -> ab5e6d0
actions/checkout action digest b4ffde6 -> 8410ad0
actions/download-artifact action digest e9ef242 -> c850b93
actions/setup-node action digest 8f152de -> c2ac33f
actions/setup-python action minor v4.7.1 -> v4.8.0
actions/setup-python action digest e8111ce -> 9a7ac94
actions/upload-artifact action digest a8a3f3a -> ef09cda
aws-actions/amazon-ecr-login action digest f8672cc -> ebdeac7
aws-actions/configure-aws-credentials action patch v4.0.1 -> v4.0.2
aws-actions/configure-aws-credentials action digest e6c766a -> e0fc242
tj-actions/changed-files action digest 1864dc5 -> 2859a60

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


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

aws-actions/configure-aws-credentials (aws-actions/configure-aws-credentials)

v4.0.2

Compare Source

See the changelog for details about the changes included in this release.


Configuration

📅 Schedule: Branch creation - "after 6am and before 9am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, 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.

@renovate renovate bot requested a review from a team as a code owner March 14, 2024 09:40
@renovate renovate bot added dependencies Pull requests that update a dependency file Renovate labels Mar 14, 2024
Copy link

codecov bot commented Mar 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.32%. Comparing base (5381e99) to head (f594da7).
Report is 22 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff              @@
##               main    #2544      +/-   ##
============================================
+ Coverage     92.05%   92.32%   +0.26%     
- Complexity     1502     1521      +19     
============================================
  Files           291      293       +2     
  Lines          5978     6122     +144     
============================================
+ Hits           5503     5652     +149     
+ Misses          458      453       -5     
  Partials         17       17              
Flag Coverage Δ
use-an-lpa-admin 90.25% <ø> (+0.46%) ⬆️
use-an-lpa-api 97.51% <ø> (+0.49%) ⬆️
use-an-lpa-front 88.97% <ø> (+0.04%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

see 2 files with indirect coverage changes

@nickdavis2001 nickdavis2001 merged commit b7be215 into main Mar 14, 2024
31 checks passed
@nickdavis2001 nickdavis2001 deleted the renovate-github-actions branch March 14, 2024 09:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file github-actions Renovate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant