From 086860dbada04f4df6044e294fb5f45de613bea4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 02:01:29 +0000 Subject: [PATCH] Bump tj-actions/changed-files from 41 to 46 in /.github/workflows Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 41 to 46. - [Release notes](https://github.com/tj-actions/changed-files/releases) - [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md) - [Commits](https://github.com/tj-actions/changed-files/compare/v41...v46) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-version: '46' dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/document.yaml | 2 +- .github/workflows/render-rmarkdown.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/document.yaml b/.github/workflows/document.yaml index e9e7ab2..92314d9 100644 --- a/.github/workflows/document.yaml +++ b/.github/workflows/document.yaml @@ -17,7 +17,7 @@ jobs: - name: Get changed .R file(s) in the R folder id: changed-R-files - uses: tj-actions/changed-files@v41 + uses: tj-actions/changed-files@v46 with: files: R/*.R diff --git a/.github/workflows/render-rmarkdown.yaml b/.github/workflows/render-rmarkdown.yaml index 6e66038..aa31439 100644 --- a/.github/workflows/render-rmarkdown.yaml +++ b/.github/workflows/render-rmarkdown.yaml @@ -17,7 +17,7 @@ jobs: - name: Get changed .Rmd file(s) id: changed-Rmd-files - uses: tj-actions/changed-files@v41 + uses: tj-actions/changed-files@v46 with: files: '**.Rmd'