-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): bump test/bats from
fb7d15b
to 360c1ea
Bumps [test/bats](https://github.com/bats-core/bats-core) from `fb7d15b` to `360c1ea`. - [Release notes](https://github.com/bats-core/bats-core/releases) - [Commits](bats-core/bats-core@fb7d15b...360c1ea) --- updated-dependencies: - dependency-name: test/bats dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
4a900ab
commit 6b505b2
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule bats
updated
27 files
+1 −1 | .github/workflows/codespell.yml | |
+1 −1 | .github/workflows/dependency-review.yml | |
+9 −4 | .github/workflows/release.yml | |
+3 −1 | .github/workflows/release_dockerhub.yml | |
+1 −1 | .github/workflows/scorecard.yml | |
+26 −26 | .github/workflows/tests.yml | |
+3 −1 | bin/bats | |
+3 −1 | docs/CHANGELOG.md | |
+10 −4 | install.sh | |
+2 −2 | lib/bats-core/test_functions.bash | |
+2 −2 | lib/bats-core/tracing.bash | |
+1 −1 | lib/bats-core/warnings.bash | |
+1 −1 | libexec/bats-core/bats | |
+5 −5 | libexec/bats-core/bats-exec-file | |
+4 −4 | libexec/bats-core/bats-exec-suite | |
+4 −4 | libexec/bats-core/bats-exec-test | |
+1 −1 | libexec/bats-core/bats-format-junit | |
+1 −1 | libexec/bats-core/bats-format-pretty | |
+1 −1 | libexec/bats-core/bats-format-tap | |
+1 −1 | libexec/bats-core/bats-format-tap13 | |
+1 −1 | libexec/bats-core/bats-preprocess | |
+1 −1 | shellcheck.sh | |
+1 −1 | test/bats.bats | |
+1 −1 | test/fixtures/formatter/echo-formatter | |
+12 −12 | test/install.bats | |
+1 −1 | test/test_helper.bash | |
+35 −11 | uninstall.sh |