Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ramsey/composer-install
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2
Choose a base ref
...
head repository: ramsey/composer-install
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 2 files changed
  • 3 contributors

Commits on Feb 29, 2024

  1. Update cache action runner (#252)

    The `actions/cache` package has released version 4.0 which updates the action runner to use Node 20.
    
    Applying this fix gets rid of the following warning which is currently showing in the "Annotations" of workflows using the `ramsey/composer-install` action:
    ```
    Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
    ```
    
    Note: most action runners have published these types of update in a new major, so that seems to be the best practice. Not sure if this update warrants a new major for `ramsey/composer-install` ?
    
    Refs:
    * https://github.com/actions/cache/releases/tag/v4.0.0
    * https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/
    
    Co-authored-by: jrfnl <jrfnl@users.noreply.github.com>
    2 people authored and ramsey committed Feb 29, 2024
    1 Configuration menu
    Copy the full SHA
    57532f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f18aec View commit details
    Browse the repository at this point in the history
Loading