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: peter-evans/create-pull-request
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: carpentries/create-pull-request
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 1 file changed
  • 3 contributors

Commits on Jul 2, 2024

  1. ENH: Fix Node.js warnings linked to GitHub actions

    Fix `Node.js` warnings linked to GitHub actions: use `Node.js` 20.x, and
    bump versions `actions/checkout@v4`, `actions/setup-node@v4`,
    `upload-artifact@v4`, and `download-artifact@v4`
    
    Fixes:
    ```
    Update Workflow
    Node.js 16 actions are deprecated.
    Please update the following actions to use Node.js 20:
    actions/checkout@v3, carpentries/create-pull-request@main.
    For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
    ```
    
    raised for example in:
    https://github.com/carpentries-incubator/SDC-BIDS-fMRI/actions/runs/9753104282
    jhlegarreta committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    9596861 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. Merge pull request #1 from jhlegarreta/FixGitHubActionsNodejsWarning

    ENH: Fix `Node.js` warnings linked to GitHub actions
    ErinBecker authored Aug 23, 2024
    Configuration menu
    Copy the full SHA
    b09d6e8 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2025

  1. Merge upstream

    froggleston committed Nov 18, 2025
    Configuration menu
    Copy the full SHA
    50b63ef View commit details
    Browse the repository at this point in the history
Loading