Module: kamailio
Branch: master
Commit: 1c5983c8f7ab7a93b5c96efeaa9600b6f2246d13
URL:
https://github.com/kamailio/kamailio/commit/1c5983c8f7ab7a93b5c96efeaa9600b…
Author: dependabot[bot] <49699333+dependabot[bot](a)users.noreply.github.com>
Committer: Victor Seva <linuxmaniac(a)torreviejawireless.org>
Date: 2024-08-27T09:14:23+02:00
github: [skip ci]: bump tj-actions/changed-files from 44 to 45
Bumps [
tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 44 to
45.
- [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/v44...v45)
---
updated-dependencies:
- dependency-name: tj-actions/changed-files
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support(a)github.com>
---
Modified: .github/workflows/devcontainer.yaml
---
Diff:
https://github.com/kamailio/kamailio/commit/1c5983c8f7ab7a93b5c96efeaa9600b…
Patch:
https://github.com/kamailio/kamailio/commit/1c5983c8f7ab7a93b5c96efeaa9600b…
---
diff --git a/.github/workflows/devcontainer.yaml b/.github/workflows/devcontainer.yaml
index e70f646891c..3acd963b2df 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@v44
+ uses: tj-actions/changed-files@v45
with:
since_last_remote_commit: true
- name: changes in relevant files
if: ${{ ! inputs.force }}
id: changed-files-builder
- uses: tj-actions/changed-files@v44
+ uses: tj-actions/changed-files@v45
with:
files: |
.devcontainer/**