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: dhall-lang/setup-dhall
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2
Choose a base ref
...
head repository: dhall-lang/setup-dhall
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 20 commits
  • 8 files changed
  • 5 contributors

Commits on Mar 27, 2020

  1. some readme updates

    craig-day committed Mar 27, 2020
    Copy the full SHA
    4e00ba4 View commit details
  2. Copy the full SHA
    1f30c10 View commit details
  3. switch to bsd-3 license

    craig-day committed Mar 27, 2020
    Copy the full SHA
    82acba1 View commit details
  4. Copy the full SHA
    0749946 View commit details
  5. Copy the full SHA
    bf6740b View commit details

Commits on Mar 28, 2020

  1. Copy the full SHA
    2f4bb0b View commit details
  2. Copy the full SHA
    79a1847 View commit details
  3. Copy the full SHA
    0941f4a View commit details
  4. Copy the full SHA
    8b2dd58 View commit details

Commits on Mar 31, 2020

  1. Copy the full SHA
    601e8a9 View commit details
  2. Copy the full SHA
    631373b View commit details
  3. Copy the full SHA
    0eb4235 View commit details
  4. Copy the full SHA
    7aa662b View commit details

Commits on Oct 10, 2020

  1. Bump @actions/core from 1.2.3 to 1.2.6 (#2)

    Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.2.3 to 1.2.6.
    - [Release notes](https://github.com/actions/toolkit/releases)
    - [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md)
    - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 10, 2020
    Copy the full SHA
    5095d5a View commit details
  2. Copy the full SHA
    1485158 View commit details
  3. Copy the full SHA
    6283fa7 View commit details

Commits on Nov 17, 2020

  1. Also download dhall-yaml (#3)

    * also download dhall-yaml
    
    * address nit
    gregziegan authored Nov 17, 2020
    Copy the full SHA
    35fa9f6 View commit details

Commits on Jan 12, 2023

  1. Bump @actions/core from 1.2.6 to 1.9.1 (#4)

    Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.2.6 to 1.9.1.
    - [Release notes](https://github.com/actions/toolkit/releases)
    - [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md)
    - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core)
    
    ---
    updated-dependencies:
    - dependency-name: "@actions/core"
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 12, 2023
    Copy the full SHA
    516996c View commit details
  2. Bump node version from 12 to 16 (#6)

    Hi,
    
    GitHub is complaining about setup-dhall action and deprecated Node12 version:
    ```
    deploy
    Node.js 12 actions are deprecated. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. Please update the following actions to use Node.js 16: actions/checkout, dhall-lang/setup-dhall, actions/checkout
    ```
    K0Te authored Jan 12, 2023
    Copy the full SHA
    fedd869 View commit details

Commits on Mar 12, 2024

  1. Bump node version from 16 to 20, also bump checkout action version to…

    … resolve node deprecations (#11)
    
    * Bump node version from 16 to 20, also bump checkout action version to resolve node deprecations
    
    * revert test changes to ensure we're testing with the latest dhall version
    learoyklinginsmith authored Mar 12, 2024
    Copy the full SHA
    6b28be8 View commit details
Loading