Skip to content

Commit

Permalink
Bump tj-actions/changed-files from 37.5.1 to 37.6.0 (#2197)
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 Aug 9, 2023
1 parent db2964c commit 8534eb7
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@v3
- name: Get specific changed files
id: changed-files
uses: tj-actions/changed-files@v37.5.1
uses: tj-actions/changed-files@v37.6.0
with:
files: |
**/*.md
Expand All @@ -38,7 +38,7 @@ jobs:
- uses: actions/checkout@v3
- name: Get specific changed files
id: changed-files
uses: tj-actions/changed-files@v37.5.1
uses: tj-actions/changed-files@v37.6.0
with:
files: |
app/**/*.rb
Expand All @@ -61,7 +61,7 @@ jobs:
- uses: actions/checkout@v3
- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v37.5.1
uses: tj-actions/changed-files@v37.6.0
with:
files: |
app/components/**/*.erb
Expand All @@ -81,7 +81,7 @@ jobs:
- uses: actions/checkout@v3
- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v37.5.1
uses: tj-actions/changed-files@v37.6.0
with:
files: |
app/components/**/*.ts
Expand All @@ -102,7 +102,7 @@ jobs:
- uses: actions/checkout@v3
- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v37.5.1
uses: tj-actions/changed-files@v37.6.0
with:
files: |
app/components/**/*.pcss
Expand Down

0 comments on commit 8534eb7

Please sign in to comment.