Skip to content

Commit

Permalink
Merge pull request #1588 from Retrospring/dependabot/github_actions/t…
Browse files Browse the repository at this point in the history
…j-actions/changed-files-42
  • Loading branch information
dependabot[bot] authored Jan 22, 2024
2 parents e35d77e + 6387956 commit 2b51719
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@v41
uses: tj-actions/changed-files@v42
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@v41
uses: tj-actions/changed-files@v42
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@v41
uses: tj-actions/changed-files@v42
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@v41
uses: tj-actions/changed-files@v42
with:
files: "**/*.scss"
- name: Set up Node 16
Expand Down

0 comments on commit 2b51719

Please sign in to comment.