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 ramsey/composer-install action to v3 #335

Merged
merged 1 commit into from
Feb 29, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 29, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change
ramsey/composer-install action major 2.2.0 -> 3.0.0

Release Notes

ramsey/composer-install (ramsey/composer-install)

v3.0.0

Compare Source

v2.3.1

Compare Source

Fixed
  • Removed upgrade to cache action runner v4 to avoid potential backwards-compatibility issues that might arise when using self-hosted runners that use Node.js 16 instead of version 20. For more details, see the discussion here: #​252.

To avoid the actions/cache deprecation notices, upgrade to @v3 or @3.0.0.

v2.3.0

Compare Source

Added
  • Add new require-lock-file input that forces a build failure if a composer.lock file is not present. (#​251)
Fixed
  • Add --working-dir when looking up Composer's cache directory. This fixes "File composer.json could not be found in the current directory" errors when running composer install in sub-directories or other non-standard locations. (#​225, #​233, #​246, #​247)
  • Update cache action runner to v4 to avoid deprecation notices. (#​252, #​253, #​254)

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.

| datasource  | package                 | from  | to    |
| ----------- | ----------------------- | ----- | ----- |
| github-tags | ramsey/composer-install | 2.2.0 | 3.0.0 |
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Feb 29, 2024
Copy link

codecov bot commented Feb 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.51%. Comparing base (7978faf) to head (033705f).

Additional details and impacted files
@@            Coverage Diff            @@
##              1.6.x     #335   +/-   ##
=========================================
  Coverage     84.51%   84.51%           
  Complexity      204      204           
=========================================
  Files            37       37           
  Lines           607      607           
=========================================
  Hits            513      513           
  Misses           94       94           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@gsteel gsteel self-assigned this Feb 29, 2024
@gsteel gsteel added this to the 1.6.0 milestone Feb 29, 2024
@gsteel gsteel merged commit 1d930d4 into 1.6.x Feb 29, 2024
14 checks passed
@gsteel gsteel deleted the renovate/ramsey-composer-install-3.x branch February 29, 2024 16:40
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant