From 690d41446aa7c3ad86764dcef619e3f0086dcf2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 May 2025 21:45:57 +0200 Subject: [PATCH] Bump tj-actions/changed-files from 40 to 46 in the actions group (#228) Bumps the actions group with 1 update: [tj-actions/changed-files](https://github.com/tj-actions/changed-files). Updates `tj-actions/changed-files` from 40 to 46 - [Release notes](https://github.com/tj-actions/changed-files/releases) - [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md) - [Commits](https://github.com/tj-actions/changed-files/compare/v40...v46) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-version: '46' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/deploy-docs.yml | 2 +- .github/workflows/webpack.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 09e4e0f..c7c6976 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -23,7 +23,7 @@ jobs: - name: Check for changed files in docs folder or mkdocs.yml id: check_files - uses: tj-actions/changed-files@v40 + uses: tj-actions/changed-files@v46 with: files: | docs/** diff --git a/.github/workflows/webpack.yml b/.github/workflows/webpack.yml index a28aa68..ac17336 100644 --- a/.github/workflows/webpack.yml +++ b/.github/workflows/webpack.yml @@ -20,7 +20,7 @@ jobs: - name: Check for changed files in src or webpack.config.js id: check_files - uses: tj-actions/changed-files@v40 + uses: tj-actions/changed-files@v46 with: files: | src/**