Skip to content

Commit

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

Bump tj-actions/changed-files from 18.4 to 26.1
  • Loading branch information
dulude authored Dec 13, 2023
2 parents 38a796f + 265cf0c commit 01aa99f
Show file tree
Hide file tree
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
Expand Up @@ -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@v36
uses: tj-actions/changed-files@v26.1
with:
separator: ","
files: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Gather changed notebooks
id: changed-files
uses: tj-actions/changed-files@v18.4
uses: tj-actions/changed-files@v26.1
with:
files: |
**/*.ipynb
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/notebook_pep8check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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@v35
uses: tj-actions/changed-files@v26.1
with:
separator: ","
files: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/script_pep8check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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@v35
uses: tj-actions/changed-files@v26.1
with:
separator: ","
files: |
Expand Down

0 comments on commit 01aa99f

Please sign in to comment.