Skip to content

Commit

Permalink
Bump tj-actions/changed-files from 35 to 41 in /.github/workflows
Browse files Browse the repository at this point in the history
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 35 to 41.
- [Release notes](https://github.com/tj-actions/changed-files/releases)
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
- [Commits](tj-actions/changed-files@v35...v41)

---
updated-dependencies:
- dependency-name: tj-actions/changed-files
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jan 2, 2024
1 parent d307be1 commit 03a4f6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/document.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

- name: Get changed .R file(s) in the R folder
id: changed-R-files
uses: tj-actions/changed-files@v35
uses: tj-actions/changed-files@v41
with:
files: R/*.R

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/render-rmarkdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

- name: Get changed .Rmd file(s)
id: changed-Rmd-files
uses: tj-actions/changed-files@v35
uses: tj-actions/changed-files@v41
with:
files: '**.Rmd'

Expand Down

0 comments on commit 03a4f6c

Please sign in to comment.