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: docker/setup-qemu-action Loading
base: v2.0.0
Choose a base ref
...
head repository: docker/setup-qemu-action Loading
compare: v2.1.0
Choose a head ref
  • 18 commits
  • 10 files changed
  • 3 contributors

Commits on May 5, 2022

  1. Bump all Docker actions to latest major

    Signed-off-by: CrazyMax <[email protected]>
    crazy-max committed May 5, 2022
    Configuration menu
    Copy the full SHA
    d8ca9c3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #51 from crazy-max/update-refs

    Bump all Docker actions to latest major
    crazy-max committed May 5, 2022
    Configuration menu
    Copy the full SHA
    0522dcd View commit details
    Browse the repository at this point in the history

Commits on May 16, 2022

  1. Bump @actions/core from 1.6.0 to 1.8.2

    Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.6.0 to 1.8.2.
    - [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
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed May 16, 2022
    Configuration menu
    Copy the full SHA
    d7a4485 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2022

  1. Update generated content

    Signed-off-by: CrazyMax <[email protected]>
    crazy-max committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    359ac4c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #54 from docker/dependabot/npm_and_yarn/actions/co…

    …re-1.8.2
    
    Bump @actions/core from 1.6.0 to 1.8.2
    crazy-max committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    4620c11 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2022

  1. Bump @actions/core from 1.8.2 to 1.9.1

    Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.8.2 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
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    a79c9a8 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2022

  1. Update generated content

    Signed-off-by: CrazyMax <[email protected]>
    crazy-max committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    b98716c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #58 from docker/dependabot/npm_and_yarn/actions/co…

    …re-1.9.1
    
    Bump @actions/core from 1.8.2 to 1.9.1
    crazy-max committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    c5ffa2a View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2022

  1. Bump @actions/core from 1.9.1 to 1.10.0

    Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.9.1 to 1.10.0.
    - [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
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    81a47e1 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2022

  1. Update generated content

    Signed-off-by: CrazyMax <[email protected]>
    crazy-max committed Oct 8, 2022
    Configuration menu
    Copy the full SHA
    9443994 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #59 from docker/dependabot/npm_and_yarn/actions/co…

    …re-1.10.0
    
    Bump @actions/core from 1.9.1 to 1.10.0
    crazy-max committed Oct 8, 2022
    Configuration menu
    Copy the full SHA
    aa08745 View commit details
    Browse the repository at this point in the history
  3. Use built-in getExecOutput

    Signed-off-by: CrazyMax <[email protected]>
    crazy-max committed Oct 8, 2022
    Configuration menu
    Copy the full SHA
    c47ad32 View commit details
    Browse the repository at this point in the history
  4. update README

    Signed-off-by: CrazyMax <[email protected]>
    crazy-max committed Oct 8, 2022
    Configuration menu
    Copy the full SHA
    f3c51a3 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #61 from crazy-max/exec-output

    Use built-in getExecOutput
    crazy-max committed Oct 8, 2022
    Configuration menu
    Copy the full SHA
    8c1e35a View commit details
    Browse the repository at this point in the history
  6. Use context for inputs

    Signed-off-by: CrazyMax <[email protected]>
    crazy-max committed Oct 8, 2022
    Configuration menu
    Copy the full SHA
    25725d8 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #62 from crazy-max/context

    Use context for inputs
    crazy-max committed Oct 8, 2022
    Configuration menu
    Copy the full SHA
    bfc44ea View commit details
    Browse the repository at this point in the history
  8. Remove workaround for setOutput

    Signed-off-by: CrazyMax <[email protected]>
    crazy-max committed Oct 8, 2022
    Configuration menu
    Copy the full SHA
    2d3efc7 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #63 from crazy-max/setOutput

    Remove workaround for setOutput
    crazy-max committed Oct 8, 2022
    Configuration menu
    Copy the full SHA
    e81a89b View commit details
    Browse the repository at this point in the history
Loading