From 293f8d6b8c4fab5733cb5a5972b4941136524a72 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 11:55:28 +0000 Subject: [PATCH] chore(deps): bump dorny/paths-filter from 3 to 4 in the actions group Bumps the actions group with 1 update: [dorny/paths-filter](https://github.com/dorny/paths-filter). Updates `dorny/paths-filter` from 3 to 4 - [Release notes](https://github.com/dorny/paths-filter/releases) - [Changelog](https://github.com/dorny/paths-filter/blob/master/CHANGELOG.md) - [Commits](https://github.com/dorny/paths-filter/compare/v3...v4) --- updated-dependencies: - dependency-name: dorny/paths-filter dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/devcontainers.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/devcontainers.yml b/.github/workflows/devcontainers.yml index 89bc52e..b290811 100644 --- a/.github/workflows/devcontainers.yml +++ b/.github/workflows/devcontainers.yml @@ -40,7 +40,7 @@ jobs: steps: - uses: actions/checkout@v7 if: github.event_name == 'pull_request' || github.event_name == 'push' - - uses: dorny/paths-filter@v3 + - uses: dorny/paths-filter@v4 id: filter if: github.event_name == 'pull_request' || github.event_name == 'push' with: