Skip to content

Commit

Permalink
Bump tj-actions/changed-files from 37.0.5 to 37.5.1
Browse files Browse the repository at this point in the history
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 37.0.5 to 37.5.1.
- [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@v37.0.5...v37.5.1)

---
updated-dependencies:
- dependency-name: tj-actions/changed-files
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 1, 2023
1 parent d4c2c8c commit 16cc3ae
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 16cc3ae

Please sign in to comment.