Pārlūkot izejas kodu

github: [skip ci]: bump tj-actions/changed-files from 43 to 44

Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 43 to 44.
- [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/v43...v44)

---
updated-dependencies:
- dependency-name: tj-actions/changed-files
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
dependabot[bot] 1 gadu atpakaļ
vecāks
revīzija
87e60ca580
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 2 2
      .github/workflows/devcontainer.yaml

+ 2 - 2
.github/workflows/devcontainer.yaml

@@ -33,14 +33,14 @@ jobs:
       - name: Get changed files
         if: ${{ ! inputs.force }}
         id: changed-files
-        uses: tj-actions/changed-files@v43
+        uses: tj-actions/changed-files@v44
         with:
           since_last_remote_commit: true
 
       - name: changes in relevant files
         if: ${{ ! inputs.force }}
         id: changed-files-builder
-        uses: tj-actions/changed-files@v43
+        uses: tj-actions/changed-files@v44
         with:
           files: |
             .devcontainer/**