Skip to content

Commit 4a76321

Browse files
Bump tj-actions/changed-files from 44.5.1 to 44.5.2
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 44.5.1 to 44.5.2. - [Release notes](https://github.com/tj-actions/changed-files/releases) - [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md) - [Commits](tj-actions/changed-files@v44.5.1...v44.5.2) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b263010 commit 4a76321

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/lint.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v4
1313
- name: Get specific changed files
1414
id: changed-files
15-
uses: tj-actions/[email protected].1
15+
uses: tj-actions/[email protected].2
1616
with:
1717
files: |
1818
docs/**/*.md
@@ -39,7 +39,7 @@ jobs:
3939
- uses: actions/checkout@v4
4040
- name: Get specific changed files
4141
id: changed-files
42-
uses: tj-actions/[email protected].1
42+
uses: tj-actions/[email protected].2
4343
with:
4444
files: |
4545
app/**/*.rb
@@ -62,7 +62,7 @@ jobs:
6262
- uses: actions/checkout@v4
6363
- name: Get changed files
6464
id: changed-files
65-
uses: tj-actions/[email protected].1
65+
uses: tj-actions/[email protected].2
6666
with:
6767
files: |
6868
app/components/**/*.erb
@@ -82,7 +82,7 @@ jobs:
8282
- uses: actions/checkout@v4
8383
- name: Get changed files
8484
id: changed-files
85-
uses: tj-actions/[email protected].1
85+
uses: tj-actions/[email protected].2
8686
with:
8787
files: |
8888
app/components/**/*.ts
@@ -103,7 +103,7 @@ jobs:
103103
- uses: actions/checkout@v4
104104
- name: Get changed files
105105
id: changed-files
106-
uses: tj-actions/[email protected].1
106+
uses: tj-actions/[email protected].2
107107
with:
108108
files: |
109109
app/components/**/*.pcss

0 commit comments

Comments
 (0)