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

Sync with carpentries/sandpaper 0.16.6 #109

Merged
merged 12 commits into from
Sep 3, 2024
Merged

Commits on Jul 2, 2024

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

    Fix `Node.js` warnings linked to GitHub actions: bump versions
    `actions/checkout@v4`, `actions/cache@v4`, and
    `actions/upload-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
    e8b1e77 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. Configuration menu
    Copy the full SHA
    771072a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    232525c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d436306 View commit details
    Browse the repository at this point in the history
  4. Merge pull request carpentries#600 from carpentries/tempfix-anchors

    Temporary fix for h2 anchor duplication and associated tests
    ErinBecker authored Aug 6, 2024
    Configuration menu
    Copy the full SHA
    2b29aeb View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. Merge pull request carpentries#596 from jhlegarreta/FixGitHubActionsN…

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

    froggleston committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    c9bf4e6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c18d9b8 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Configuration menu
    Copy the full SHA
    6704180 View commit details
    Browse the repository at this point in the history
  2. Merge pull request carpentries#602 from milanmlft/patch-1

    Bug fix: overwrite existing artifact in `pr-receive` workflow
    froggleston authored Aug 30, 2024
    Configuration menu
    Copy the full SHA
    54a63e4 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. Configuration menu
    Copy the full SHA
    a478aab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    80bb058 View commit details
    Browse the repository at this point in the history