Skip to content

Commit

Permalink
Merge pull request #6752 from rpherbig/dependabot/github_actions/dot-…
Browse files Browse the repository at this point in the history
…github/workflows/tj-actions/changed-files-41
  • Loading branch information
MahtraDR authored Jan 2, 2024
2 parents b330360 + d5c3373 commit 480cbdb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v35
uses: tj-actions/changed-files@v41
with:
files: |
*.lic
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ruby_syntax_checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v35
uses: tj-actions/changed-files@v41
with:
files: |
*.lic
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/yamllint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v35
uses: tj-actions/changed-files@v41
with:
files: |
data/*.yaml
Expand Down

0 comments on commit 480cbdb

Please sign in to comment.