Skip to content

Commit 37f3101

Browse files
authored
Merge pull request #67 from linksplatform/dependabot/github_actions/dot-github/workflows/tj-actions/changed-files-46
Bump tj-actions/changed-files from 41 to 46 in /.github/workflows
2 parents 81fb39c + 42dd8f8 commit 37f3101

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/csharp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
fetch-depth: 0
2727
- name: Get changed files using defaults
2828
id: changed-files
29-
uses: tj-actions/changed-files@v41
29+
uses: tj-actions/changed-files@v46
3030
- name: Set output isCsFilesChanged
3131
id: setIsCsFilesChangedOutput
3232
run: |

.github/workflows/js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
fetch-depth: 0
2727
- name: Get changed files using defaults
2828
id: changed-files
29-
uses: tj-actions/changed-files@v41
29+
uses: tj-actions/changed-files@v46
3030
- name: Set output isJsFilesChanged
3131
id: setIsJsFilesChangedOutput
3232
run: |

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
fetch-depth: 0
2727
- name: Get changed files using defaults
2828
id: changed-files
29-
uses: tj-actions/changed-files@v41
29+
uses: tj-actions/changed-files@v46
3030
- name: Set output isRustFilesChanged
3131
id: setIsRustFilesChangedOutput
3232
run: |

0 commit comments

Comments
 (0)