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: