-
-
Notifications
You must be signed in to change notification settings - Fork 728
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump test/bats from
de96df0
to 18eca24
Bumps [test/bats](https://github.com/bats-core/bats-core) from `de96df0` to `18eca24`. - [Release notes](https://github.com/bats-core/bats-core/releases) - [Commits](bats-core/bats-core@de96df0...18eca24) --- updated-dependencies: - dependency-name: test/bats dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
- Loading branch information
1 parent
731f4d8
commit f4bb0db
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule bats
updated
15 files
+2 −2 | .github/workflows/release.yml | |
+3 −3 | .github/workflows/release_dockerhub.yml | |
+6 −6 | .github/workflows/tests.yml | |
+6 −2 | .readthedocs.yml | |
+2 −0 | docs/CHANGELOG.md | |
+4 −0 | docs/list-links.py | |
+2 −1 | docs/source/conf.py | |
+3 −1 | docs/source/faq.rst | |
+2 −2 | docs/source/warnings/BW02.rst | |
+2 −2 | docs/source/warnings/BW03.rst | |
+1 −1 | install.sh | |
+2 −1 | lib/bats-core/preprocessing.bash | |
+6 −16 | libexec/bats-core/bats-preprocess | |
+17 −17 | test/bats.bats | |
+5 −5 | test/fixtures/bats/dynamic_test_registration.bats |