Skip to content

Commit

Permalink
Merge pull request #759 from mlcommons/dependabot/github_actions/dot-…
Browse files Browse the repository at this point in the history
…github/workflows/tj-actions/changed-files-41

Bump internal version
  • Loading branch information
sarthakpati authored Jan 2, 2024
2 parents 9c262ce + 4985c36 commit 55dbf7a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/devcontainer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
# if: steps.changed-files-specific.outputs.only_modified == 'false'
- name: Detect and screen file changes
id: changed-files-specific
uses: tj-actions/changed-files@v34
uses: tj-actions/changed-files@v41
with:
files: |
docs/**
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mlcube-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
# if: steps.changed-files-specific.outputs.only_modified == 'false'
- name: Detect and screen file changes
id: changed-files-specific
uses: tj-actions/changed-files@v34
uses: tj-actions/changed-files@v41
with:
files: |
.github/*.md
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/openfl-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
# if: steps.changed-files-specific.outputs.only_modified == 'false'
- name: Detect and screen file changes
id: changed-files-specific
uses: tj-actions/changed-files@v34
uses: tj-actions/changed-files@v41
with:
files: |
.github/*.md
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
# if: steps.changed-files-specific.outputs.only_modified == 'false'
- name: Detect and screen file changes
id: changed-files-specific
uses: tj-actions/changed-files@v34
uses: tj-actions/changed-files@v41
with:
files: |
.github/*.md
Expand Down

0 comments on commit 55dbf7a

Please sign in to comment.