From c854d8592a13a424c6d9169b687a0cca8e879429 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Jun 2023 13:57:25 +0000 Subject: [PATCH] Bump tj-actions/verify-changed-files from 10 to 16 Bumps [tj-actions/verify-changed-files](https://github.com/tj-actions/verify-changed-files) from 10 to 16. - [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/v10...v16) --- updated-dependencies: - dependency-name: tj-actions/verify-changed-files dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/update-doc-assets.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-doc-assets.yml b/.github/workflows/update-doc-assets.yml index 54a72a5b..66df3c39 100644 --- a/.github/workflows/update-doc-assets.yml +++ b/.github/workflows/update-doc-assets.yml @@ -17,7 +17,7 @@ jobs: uses: tj-actions/remark@v3 - name: Verify Changed files - uses: tj-actions/verify-changed-files@v10 + uses: tj-actions/verify-changed-files@v16 id: verify_changed_files with: files: | @@ -46,7 +46,7 @@ jobs: - name: Verify changed files id: changed_files - uses: tj-actions/verify-changed-files@v10 + uses: tj-actions/verify-changed-files@v16 with: files: | docs/source/changelog.rst