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

Merged
merged 1 commit into from
Mar 2, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 2, 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

Changed

  • Update actions/cache to v4 to avoid deprecation notices.

    This requires a new major version because actions/cache requires Node.js 20, which could cause backwards-compatibility breaks for any projects that require earlier versions of Node.js.

    For more details, see the discussion on #​252.

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 |


Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot added the renovate label Mar 2, 2024
@DavidBadura DavidBadura merged commit 3571688 into 1.0.x Mar 2, 2024
2 of 34 checks passed
@DavidBadura DavidBadura deleted the renovate/ramsey-composer-install-3.x branch March 2, 2024 18:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant