Skip to content

Commit

Permalink
Merge pull request #1843 from Retrospring/dependabot/github_actions/t…
Browse files Browse the repository at this point in the history
…j-actions/changed-files-45
  • Loading branch information
dependabot[bot] authored Aug 31, 2024
2 parents 589fca1 + 6d5e0dd commit 37664a4
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@v44
uses: tj-actions/changed-files@v45
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@v44
uses: tj-actions/changed-files@v45
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@v44
uses: tj-actions/changed-files@v45
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@v44
uses: tj-actions/changed-files@v45
with:
files: "**/*.scss"
- name: Set up Node 16
Expand Down

0 comments on commit 37664a4

Please sign in to comment.