Skip to content

Commit

Permalink
Merge pull request #37 from spacetelescope/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…main/tj-actions/changed-files-42.1.0

Bump tj-actions/changed-files from 42.0.5 to 42.1.0
  • Loading branch information
dulude authored Mar 11, 2024
2 parents 9e89f02 + 3a3ee11 commit e975d63
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_runner.yml
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@ jobs:
## routine to gather only the changed notebook files and supply them to the matrix
- name: changed-files
id: get-changed-files
uses: tj-actions/changed-files@v42.0.5
uses: tj-actions/changed-files@v42.1.0
with:
separator: ","
files: |
2 changes: 1 addition & 1 deletion .github/workflows/ci_validation.yml
Original file line number Diff line number Diff line change
@@ -55,7 +55,7 @@ jobs:
- name: Gather changed notebooks
id: changed-files
uses: tj-actions/changed-files@v42.0.5
uses: tj-actions/changed-files@v42.1.0
with:
files: |
**/*.ipynb
2 changes: 1 addition & 1 deletion .github/workflows/notebook_pep8check.yml
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@ jobs:
## routine to gather only the changed notebook files and supply them to the matrix
- name: changed-files
id: get-changed-files
uses: tj-actions/changed-files@v42.0.5
uses: tj-actions/changed-files@v42.1.0
with:
separator: ","
files: |
2 changes: 1 addition & 1 deletion .github/workflows/script_pep8check.yml
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@ jobs:
## routine to gather only the changed python files and supply them to the matrix
- name: changed-files
id: get-changed-files
uses: tj-actions/changed-files@v42.0.5
uses: tj-actions/changed-files@v42.1.0
with:
separator: ","
files: |

0 comments on commit e975d63

Please sign in to comment.