From c8392bdef3e716a13eaccc8acd5a173db655eb9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 May 2024 08:50:18 +0000 Subject: [PATCH] chore(deps): bump tj-actions/verify-changed-files in the all group Bumps the all group with 1 update: [tj-actions/verify-changed-files](https://github.com/tj-actions/verify-changed-files). Updates `tj-actions/verify-changed-files` from 19 to 20 - [Release notes](https://github.com/tj-actions/verify-changed-files/releases) - [Changelog](https://github.com/tj-actions/verify-changed-files/blob/main/HISTORY.md) - [Commits](https://github.com/tj-actions/verify-changed-files/compare/v19...v20) --- updated-dependencies: - dependency-name: tj-actions/verify-changed-files dependency-type: direct:production update-type: version-update:semver-major dependency-group: all ... Signed-off-by: dependabot[bot] --- .github/workflows/docs.yml | 2 +- .github/workflows/lint-command.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index b6836ec..c6df134 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -43,7 +43,7 @@ jobs: npm run lint - name: "Check for changed files" - uses: tj-actions/verify-changed-files@v19 + uses: tj-actions/verify-changed-files@v20 id: changed-files with: files: | diff --git a/.github/workflows/lint-command.yml b/.github/workflows/lint-command.yml index d080b55..dfd1c7d 100644 --- a/.github/workflows/lint-command.yml +++ b/.github/workflows/lint-command.yml @@ -32,7 +32,7 @@ jobs: npm run lint:ws - name: "Check for changed files" - uses: tj-actions/verify-changed-files@v19 + uses: tj-actions/verify-changed-files@v20 id: changed-files - name: "Commit changes"