Skip to content

Commit 3010a75

Browse files
committed
[CI] Upgrade tj-actions/changed-files to v46 to fix security issues
1 parent b158617 commit 3010a75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: pr
1+
name: lint
22

33
on:
44
push:
@@ -27,6 +27,6 @@ jobs:
2727
pre-commit install-hooks
2828
- name: Get changed files
2929
id: changed-files
30-
uses: tj-actions/changed-files@v41.0.0
30+
uses: tj-actions/changed-files@v46.0.1
3131
- name: Lint modified files
3232
run: pre-commit run --files ${{ steps.changed-files.outputs.all_changed_files }}

0 commit comments

Comments
 (0)