Module: kamailio Branch: master Commit: 354237ab712a9cf48889637ec12bae6db4f1157d URL: https://github.com/kamailio/kamailio/commit/354237ab712a9cf48889637ec12bae6d...
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Committer: Victor Seva linuxmaniac@torreviejawireless.org Date: 2025-03-17T22:51:47+01:00
github: [skip ci]: bump tj-actions/changed-files from 45 to 46
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 45 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/v45...v46)
--- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-type: direct:production update-type: version-update:semver-major ...
Signed-off-by: dependabot[bot] support@github.com
---
Modified: .github/workflows/devcontainer.yaml
---
Diff: https://github.com/kamailio/kamailio/commit/354237ab712a9cf48889637ec12bae6d... Patch: https://github.com/kamailio/kamailio/commit/354237ab712a9cf48889637ec12bae6d...
---
diff --git a/.github/workflows/devcontainer.yaml b/.github/workflows/devcontainer.yaml index 3acd963b2df..2a0d26e4bcd 100644 --- a/.github/workflows/devcontainer.yaml +++ b/.github/workflows/devcontainer.yaml @@ -33,14 +33,14 @@ jobs: - name: Get changed files if: ${{ ! inputs.force }} id: changed-files - uses: tj-actions/changed-files@v45 + uses: tj-actions/changed-files@v46 with: since_last_remote_commit: true
- name: changes in relevant files if: ${{ ! inputs.force }} id: changed-files-builder - uses: tj-actions/changed-files@v45 + uses: tj-actions/changed-files@v46 with: files: | .devcontainer/**