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: jwlawson/actions-setup-cmake
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.13
Choose a base ref
...
head repository: jwlawson/actions-setup-cmake
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.14
Choose a head ref
  • 8 commits
  • 7 files changed
  • 2 contributors

Commits on Dec 26, 2022

  1. Bump minimatch from 3.0.4 to 3.1.2 (#54)

    Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2.
    - [Release notes](https://github.com/isaacs/minimatch/releases)
    - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
    - [Commits](isaacs/minimatch@v3.0.4...v3.1.2)
    
    ---
    updated-dependencies:
    - dependency-name: minimatch
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 26, 2022
    Configuration menu
    Copy the full SHA
    318fb19 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2023

  1. Bump json5 from 2.2.0 to 2.2.3 (#55)

    Bumps [json5](https://github.com/json5/json5) from 2.2.0 to 2.2.3.
    - [Release notes](https://github.com/json5/json5/releases)
    - [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
    - [Commits](json5/json5@v2.2.0...v2.2.3)
    
    ---
    updated-dependencies:
    - dependency-name: json5
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 8, 2023
    Configuration menu
    Copy the full SHA
    a14d8d9 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2023

  1. Always use standard MacOS package to suppress warning (#56)

    CMake 3.19 and above provide two Mac packages:
    
        cmake-3.19.4-macos-universal.dmg
        cmake-3.19.4-macos10.10-universal.dmg
    
    The 10.10 package uses OSX deployment target 10.10, while the standard
    package uses 10.13. As the oldest (and now deprecated) github runner is
    on 10.15 we can safely choose to use the standard package.
    https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners
    
    Keeping both packages available for selection causes a warning on all
    MacOS builds, so we can filter out the old packages to avoid this.
    jwlawson authored Apr 20, 2023
    Configuration menu
    Copy the full SHA
    edf711e View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. Bump tough-cookie from 4.0.0 to 4.1.3 (#58)

    Bumps [tough-cookie](https://github.com/salesforce/tough-cookie) from 4.0.0 to 4.1.3.
    - [Release notes](https://github.com/salesforce/tough-cookie/releases)
    - [Changelog](https://github.com/salesforce/tough-cookie/blob/master/CHANGELOG.md)
    - [Commits](salesforce/tough-cookie@v4.0.0...v4.1.3)
    
    ---
    updated-dependencies:
    - dependency-name: tough-cookie
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 11, 2023
    Configuration menu
    Copy the full SHA
    f11b69f View commit details
    Browse the repository at this point in the history
  2. Bump semver from 7.3.5 to 7.5.2 (#59)

    * Bump semver from 7.3.5 to 7.5.2
    
    Bumps [semver](https://github.com/npm/node-semver) from 7.3.5 to 7.5.2.
    - [Release notes](https://github.com/npm/node-semver/releases)
    - [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md)
    - [Commits](npm/node-semver@v7.3.5...v7.5.2)
    
    ---
    updated-dependencies:
    - dependency-name: semver
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * Update compiled file
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: John Lawson <[email protected]>
    dependabot[bot] and jwlawson authored Jul 11, 2023
    Configuration menu
    Copy the full SHA
    187efd9 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. Bump word-wrap from 1.2.3 to 1.2.4 (#60)

    Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4.
    - [Release notes](https://github.com/jonschlinkert/word-wrap/releases)
    - [Commits](jonschlinkert/word-wrap@1.2.3...1.2.4)
    
    ---
    updated-dependencies:
    - dependency-name: word-wrap
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 1, 2023
    Configuration menu
    Copy the full SHA
    aaba485 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f89ab7 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2023

  1. Configuration menu
    Copy the full SHA
    d06b37b View commit details
    Browse the repository at this point in the history
Loading