Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3deaeb4

Browse files
authoredMar 18, 2025··
Merge pull request #1378 from CuteOne/dependabot/github_actions/dot-github/workflows/tj-actions/changed-files-46
Bump tj-actions/changed-files from 44 to 46 in /.github/workflows
2 parents 2ebc3d7 + 657f9ec commit 3deaeb4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.github/workflows/lint.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
# Optional step to run on only changed files
2525
- name: Get changed files
2626
id: changed-files
27-
uses: tj-actions/changed-files@v45
27+
uses: tj-actions/changed-files@v46
2828
with:
2929
files: |
3030
**.lua

‎.github/workflows/lintPR.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
# Optional step to run on only changed files
2929
- name: Get changed files
3030
id: changed-files
31-
uses: tj-actions/changed-files@v44
31+
uses: tj-actions/changed-files@v46
3232
with:
3333
since_last_remote_commit: true
3434
files: |

0 commit comments

Comments
 (0)
Please sign in to comment.