Skip to content

Commit

Permalink
Bump tj-actions/changed-files from 37.0.5 to 37.5.1 (#2174)
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 2, 2023
1 parent 836a116 commit 50d7e30
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.0.5
uses: tj-actions/changed-files@v37.5.1
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.0.5
uses: tj-actions/changed-files@v37.5.1
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.0.5
uses: tj-actions/changed-files@v37.5.1
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.0.5
uses: tj-actions/changed-files@v37.5.1
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.0.5
uses: tj-actions/changed-files@v37.5.1
with:
files: |
app/components/**/*.pcss
Expand Down

0 comments on commit 50d7e30

Please sign in to comment.