matrix-art

An image gallery for Matrix
git clone git://archive.git.mtrnord.blog/MTRNord/matrix-art.git
Log | Files | Refs | README | LICENSE

commit d6952a0922c98725c8bbb41dc5a4c44234a1d547
parent 8db7eeb75acb5123df753d23051c17536fd18f04
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon, 23 May 2022 10:39:52 +0200

Bump crate-ci/typos from 1.3.7 to 2.2.3 (#205)

Bumps [crate-ci/typos](https://github.com/crate-ci/typos) from 1.3.7 to 2.2.3.
- [Release notes](https://github.com/crate-ci/typos/releases)
- [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md)
- [Commits](https://github.com/crate-ci/typos/compare/4b2e66487c0d94e0f0ab1765a9e74bfed663aa1e...927308c726b1fba730f7aaa8bde602148b82004d)

---
updated-dependencies:
- dependency-name: crate-ci/typos
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat:
M.github/workflows/spell-check.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/spell-check.yml b/.github/workflows/spell-check.yml @@ -26,6 +26,6 @@ jobs: uses: actions/checkout@629c2de402a417ea7690ca6ce3f33229e27606a5 # v2 - name: Check spelling - uses: crate-ci/typos@4b2e66487c0d94e0f0ab1765a9e74bfed663aa1e # master + uses: crate-ci/typos@927308c726b1fba730f7aaa8bde602148b82004d # master with: config: ${{github.workspace}}/_typos.toml