Skip to content

Commit

Permalink
Merge pull request #1691 from Retrospring/dependabot/github_actions/t…
Browse files Browse the repository at this point in the history
…j-actions/changed-files-44
  • Loading branch information
dependabot[bot] authored Apr 1, 2024
2 parents e64f80a + b58b08a commit f24e9d7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/[email protected]
- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v43
uses: tj-actions/changed-files@v44
with:
files: "**/*.rb"
- name: Install dependencies
Expand All @@ -40,7 +40,7 @@ jobs:
- uses: actions/[email protected]
- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v43
uses: tj-actions/changed-files@v44
with:
files: "**/*.ts"
- name: Set up Node 16
Expand All @@ -66,7 +66,7 @@ jobs:
- uses: actions/[email protected]
- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v43
uses: tj-actions/changed-files@v44
with:
files: "**/*.haml"
- name: Install dependencies
Expand All @@ -89,7 +89,7 @@ jobs:
- uses: actions/[email protected]
- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v43
uses: tj-actions/changed-files@v44
with:
files: "**/*.scss"
- name: Set up Node 16
Expand Down

0 comments on commit f24e9d7

Please sign in to comment.