Skip to content

Commit

Permalink
Merge pull request #1439 from Retrospring/dependabot/github_actions/t…
Browse files Browse the repository at this point in the history
…j-actions/changed-files-40
  • Loading branch information
dependabot[bot] authored Oct 30, 2023
2 parents 970c251 + 58bd406 commit 326bb16
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@v39
uses: tj-actions/changed-files@v40
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@v39
uses: tj-actions/changed-files@v40
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@v39
uses: tj-actions/changed-files@v40
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@v39
uses: tj-actions/changed-files@v40
with:
files: "**/*.scss"
- name: Set up Node 16
Expand Down

0 comments on commit 326bb16

Please sign in to comment.