From 1e964216dc270006e2ded9efbed1b9d4ad596a17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Mar 2024 16:24:59 -0700 Subject: [PATCH] build(deps): bump rojopolis/spellcheck-github-actions (#145) Bumps [rojopolis/spellcheck-github-actions](https://github.com/rojopolis/spellcheck-github-actions) from 0.35.0 to 0.36.0. - [Release notes](https://github.com/rojopolis/spellcheck-github-actions/releases) - [Changelog](https://github.com/rojopolis/spellcheck-github-actions/blob/master/CHANGELOG.md) - [Commits](https://github.com/rojopolis/spellcheck-github-actions/compare/0.35.0...0.36.0) --- updated-dependencies: - dependency-name: rojopolis/spellcheck-github-actions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kilian Cavalotti --- .github/workflows/checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 061abdfbc..bb7b998a9 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -84,7 +84,7 @@ jobs: uses: tj-actions/changed-files@v41 with: files: '**.md' - - uses: rojopolis/spellcheck-github-actions@0.35.0 + - uses: rojopolis/spellcheck-github-actions@0.36.0 if: steps.changedfiles.outputs.any_changed == 'true' with: source_files: ${{ steps.changedfiles.outputs.all_changed_files }}