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: stefanzweifel/git-auto-commit-action Loading
base: v4.15.3
Choose a base ref
...
head repository: stefanzweifel/git-auto-commit-action Loading
compare: v4.15.4
Choose a head ref
  • 6 commits
  • 11 files changed
  • 2 contributors

Commits on Oct 26, 2022

  1. Update CHANGELOG

    stefanzweifel authored and github-actions[bot] committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    393fea5 View commit details
    Browse the repository at this point in the history
  2. Create dependabot.yml

    stefanzweifel committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    38864a6 View commit details
    Browse the repository at this point in the history
  3. Bump actions/checkout from 2 to 3 (#257)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v2...v3)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    021a636 View commit details
    Browse the repository at this point in the history
  4. Bump bats from 1.7.0 to 1.8.2 (#259)

    Bumps [bats](https://github.com/bats-core/bats-core) from 1.7.0 to 1.8.2.
    - [Release notes](https://github.com/bats-core/bats-core/releases)
    - [Changelog](https://github.com/bats-core/bats-core/blob/master/docs/CHANGELOG.md)
    - [Commits](bats-core/bats-core@v1.7.0...v1.8.2)
    
    ---
    updated-dependencies:
    - dependency-name: bats
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    f166130 View commit details
    Browse the repository at this point in the history
  5. Bump github/super-linter from 3 to 4 (#258)

    Bumps [github/super-linter](https://github.com/github/super-linter) from 3 to 4.
    - [Release notes](https://github.com/github/super-linter/releases)
    - [Changelog](https://github.com/github/super-linter/blob/main/docs/release-process.md)
    - [Commits](github/super-linter@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: github/super-linter
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    7106b21 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2022

  1. Let Action fail if git binary can't be located (#261)

    * Check if git binary exists
    
    * Add Tests
    stefanzweifel committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    0b007fb View commit details
    Browse the repository at this point in the history
Loading