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: matlab-actions/setup-matlab
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.5.0
Choose a base ref
...
head repository: matlab-actions/setup-matlab
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 15 commits
  • 13 files changed
  • 6 contributors

Commits on May 7, 2025

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

Commits on Jun 5, 2025

  1. Cache when install successful (#148)

    * Cache when install successful
    
    Cache when install successful
    
    * Fix test expectation to be string rather than boolean
    mcafaro authored Jun 5, 2025
    Configuration menu
    Copy the full SHA
    1dcf7e8 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2025

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

Commits on Jul 22, 2025

  1. Bump form-data from 2.5.3 to 2.5.5 (#153)

    Bumps [form-data](https://github.com/form-data/form-data) from 2.5.3 to 2.5.5.
    - [Release notes](https://github.com/form-data/form-data/releases)
    - [Changelog](https://github.com/form-data/form-data/blob/v2.5.5/CHANGELOG.md)
    - [Commits](form-data/form-data@v2.5.3...v2.5.5)
    
    ---
    updated-dependencies:
    - dependency-name: form-data
      dependency-version: 2.5.5
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 22, 2025
    Configuration menu
    Copy the full SHA
    2003946 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2025

  1. Update dependencies (#155)

    * Update dependencies per npm audit
    
    * Update dependencies per npm outdated
    
    * Roll back to eslint 8
    
    * Restore jest dependency
    mcafaro authored Aug 19, 2025
    Configuration menu
    Copy the full SHA
    646a2e2 View commit details
    Browse the repository at this point in the history
  2. [skip ci] Bump v2.6.0

    Release Action committed Aug 19, 2025
    Configuration menu
    Copy the full SHA
    64471cb View commit details
    Browse the repository at this point in the history
  3. Update publish.yml

    mcafaro authored Aug 19, 2025
    Configuration menu
    Copy the full SHA
    9f16bff View commit details
    Browse the repository at this point in the history
  4. [skip ci] Revert to v2.5.0

    mcafaro committed Aug 19, 2025
    Configuration menu
    Copy the full SHA
    5139c0a View commit details
    Browse the repository at this point in the history
  5. [skip ci] Bump v2.6.0

    Release Action committed Aug 19, 2025
    Configuration menu
    Copy the full SHA
    70cd02d View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2025

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

Commits on Sep 4, 2025

  1. Update actions workflows (#160)

    * Update bat.yml
    
    * Update publish.yml
    
    * Update publish.yml
    davidbuzinski authored Sep 4, 2025
    Configuration menu
    Copy the full SHA
    b491502 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2025

  1. Fix issue with tool cache on self-hosted runners (#165)

    * Always call mpm install even if MATLAB is in toolcache
    
    * Enhance MATLAB installation handling to ignore 'already installed' messages and update test cases accordingly
    
    * Add conditional checks for additional product installation on non-Windows OS
    
    * Set exec options to silent during MATLAB installation
    mcafaro authored Nov 4, 2025
    Configuration menu
    Copy the full SHA
    1cc0e32 View commit details
    Browse the repository at this point in the history
  2. [skip ci] Bump v2.6.1

    Release Action committed Nov 4, 2025
    Configuration menu
    Copy the full SHA
    11fb9e2 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2025

  1. Bump glob from 10.4.5 to 10.5.0 (#167)

    Bumps [glob](https://github.com/isaacs/node-glob) from 10.4.5 to 10.5.0.
    - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md)
    - [Commits](isaacs/node-glob@v10.4.5...v10.5.0)
    
    ---
    updated-dependencies:
    - dependency-name: glob
      dependency-version: 10.5.0
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 19, 2025
    Configuration menu
    Copy the full SHA
    968933e View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2025

  1. Bump js-yaml from 3.14.1 to 3.14.2 (#166)

    Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.14.1 to 3.14.2.
    - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
    - [Commits](nodeca/js-yaml@3.14.1...3.14.2)
    
    ---
    updated-dependencies:
    - dependency-name: js-yaml
      dependency-version: 3.14.2
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 1, 2025
    Configuration menu
    Copy the full SHA
    e3a9012 View commit details
    Browse the repository at this point in the history
Loading