Skip to content

Commit

Permalink
Bump tj-actions/changed-files from 35 to 41 in /.github/workflows (#347)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Jan 3, 2024
1 parent dfae1d7 commit 4c2e6fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/singularity_container-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
fetch-depth: 0
- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v35
uses: tj-actions/changed-files@v41
with:
files: |
**/*.{yml,yaml,py}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
fetch-depth: 0
- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v35
uses: tj-actions/changed-files@v41
with:
files: |
*.{yml,yaml,py}
Expand Down

0 comments on commit 4c2e6fb

Please sign in to comment.