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

Commits on Feb 24, 2024

  1. github: update .github/buildx-releases.json

    Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    crazy-max authored and github-actions[bot] committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    3344f7b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #258 from docker/bot/buildx-releases-json

    Update `.github/buildx-releases.json`
    crazy-max authored Feb 24, 2024
    Configuration menu
    Copy the full SHA
    7ea6ed7 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. build(deps): bump csv-parse from 5.5.3 to 5.5.5

    Bumps [csv-parse](https://github.com/adaltas/node-csv/tree/HEAD/packages/csv-parse) from 5.5.3 to 5.5.5.
    - [Changelog](https://github.com/adaltas/node-csv/blob/master/packages/csv-parse/CHANGELOG.md)
    - [Commits](https://github.com/adaltas/node-csv/commits/csv-parse@5.5.5/packages/csv-parse)
    
    ---
    updated-dependencies:
    - dependency-name: csv-parse
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Feb 28, 2024
    Configuration menu
    Copy the full SHA
    250b212 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump tmp from 0.2.1 to 0.2.2

    Bumps [tmp](https://github.com/raszi/node-tmp) from 0.2.1 to 0.2.2.
    - [Changelog](https://github.com/raszi/node-tmp/blob/master/CHANGELOG.md)
    - [Commits](raszi/node-tmp@v0.2.1...v0.2.2)
    
    ---
    updated-dependencies:
    - dependency-name: tmp
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Feb 28, 2024
    Configuration menu
    Copy the full SHA
    3653f3b View commit details
    Browse the repository at this point in the history
  3. build(deps): bump peter-evans/create-pull-request from 6.0.0 to 6.0.1

    Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 6.0.0 to 6.0.1.
    - [Release notes](https://github.com/peter-evans/create-pull-request/releases)
    - [Commits](peter-evans/create-pull-request@b1ddad2...a4f52f8)
    
    ---
    updated-dependencies:
    - dependency-name: peter-evans/create-pull-request
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Feb 28, 2024
    Configuration menu
    Copy the full SHA
    30cd573 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. Merge pull request #265 from docker/dependabot/github_actions/peter-e…

    …vans/create-pull-request-6.0.1
    
    build(deps): bump peter-evans/create-pull-request from 6.0.0 to 6.0.1
    crazy-max authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    aff5040 View commit details
    Browse the repository at this point in the history
  2. github: update .github/docker-releases.json

    Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    crazy-max authored and github-actions[bot] committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    8125540 View commit details
    Browse the repository at this point in the history
  3. github: update .github/buildx-releases.json

    Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    crazy-max authored and github-actions[bot] committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    05a9e51 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #267 from docker/bot/buildx-releases-json

    Update `.github/buildx-releases.json`
    crazy-max authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    cbb7546 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #266 from docker/bot/docker-releases-json

    Update `.github/docker-releases.json`
    crazy-max authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    e1439ff View commit details
    Browse the repository at this point in the history
  6. Merge pull request #264 from docker/dependabot/npm_and_yarn/tmp-0.2.2

    build(deps): bump tmp from 0.2.1 to 0.2.2
    crazy-max authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    d86f595 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #263 from docker/dependabot/npm_and_yarn/csv-parse…

    …-5.5.5
    
    build(deps): bump csv-parse from 5.5.3 to 5.5.5
    crazy-max authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    7ed7bac View commit details
    Browse the repository at this point in the history
  8. docker: return docker sock path on install

    Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
    crazy-max committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    cae64f3 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #269 from crazy-max/docker-return-sock

    docker: return docker sock path on install
    crazy-max authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    7d8b4dc View commit details
    Browse the repository at this point in the history
Loading