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: coursier/setup-action
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.3.2
Choose a base ref
...
head repository: coursier/setup-action
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.3.3
Choose a head ref
  • 6 commits
  • 5 files changed
  • 4 contributors

Commits on Apr 25, 2023

  1. Fix aarch binaries download url (#399)

    * Add config object
    
    * Add default versions
    
    * Revert adding config
    
    * fixup! Revert adding config
    
    * Update binaries download base url github repository
    
    * Remove unused 'architecture' variable from 'downloadCoursier' function
    
    * Fix equality operator
    xRuiAlves authored Apr 25, 2023
    Configuration menu
    Copy the full SHA
    daec915 View commit details
    Browse the repository at this point in the history
  2. build(deps-dev): bump prettier from 2.8.7 to 2.8.8 (#402)

    Bumps [prettier](https://github.com/prettier/prettier) from 2.8.7 to 2.8.8.
    - [Release notes](https://github.com/prettier/prettier/releases)
    - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
    - [Commits](prettier/prettier@2.8.7...2.8.8)
    
    ---
    updated-dependencies:
    - dependency-name: prettier
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 25, 2023
    Configuration menu
    Copy the full SHA
    60f6e6d View commit details
    Browse the repository at this point in the history
  3. build(deps-dev): bump eslint from 8.38.0 to 8.39.0 (#403)

    Bumps [eslint](https://github.com/eslint/eslint) from 8.38.0 to 8.39.0.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](eslint/eslint@v8.38.0...v8.39.0)
    
    ---
    updated-dependencies:
    - dependency-name: eslint
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 25, 2023
    Configuration menu
    Copy the full SHA
    1ef98fa View commit details
    Browse the repository at this point in the history
  4. build(deps-dev): bump @types/node from 18.15.11 to 18.16.0 (#404)

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.15.11 to 18.16.0.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 25, 2023
    Configuration menu
    Copy the full SHA
    1aae181 View commit details
    Browse the repository at this point in the history
  5. Update dist (#405)

    Co-authored-by: GitHub <noreply@github.com>
    github-actions[bot] and web-flow authored Apr 25, 2023
    Configuration menu
    Copy the full SHA
    a1c4953 View commit details
    Browse the repository at this point in the history
  6. Update dist (#406)

    Co-authored-by: GitHub <noreply@github.com>
    github-actions[bot] and web-flow authored Apr 25, 2023
    Configuration menu
    Copy the full SHA
    6a582d7 View commit details
    Browse the repository at this point in the history
Loading