Skip to content

Commit

Permalink
Bump tj-actions/changed-files from 39.2.3 to 40.0.2 (#2342)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 1, 2023
1 parent a02b7f5 commit cf583c2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v4
- name: Get specific changed files
id: changed-files
uses: tj-actions/changed-files@v39.2.3
uses: tj-actions/changed-files@v40.0.2
with:
files: |
**/*.md
Expand All @@ -38,7 +38,7 @@ jobs:
- uses: actions/checkout@v4
- name: Get specific changed files
id: changed-files
uses: tj-actions/changed-files@v39.2.3
uses: tj-actions/changed-files@v40.0.2
with:
files: |
app/**/*.rb
Expand All @@ -61,7 +61,7 @@ jobs:
- uses: actions/checkout@v4
- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v39.2.3
uses: tj-actions/changed-files@v40.0.2
with:
files: |
app/components/**/*.erb
Expand All @@ -81,7 +81,7 @@ jobs:
- uses: actions/checkout@v4
- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v39.2.3
uses: tj-actions/changed-files@v40.0.2
with:
files: |
app/components/**/*.ts
Expand All @@ -102,7 +102,7 @@ jobs:
- uses: actions/checkout@v4
- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v39.2.3
uses: tj-actions/changed-files@v40.0.2
with:
files: |
app/components/**/*.pcss
Expand Down

0 comments on commit cf583c2

Please sign in to comment.