From 546f5694d6c0a9fb4906a5984ed917b066537d9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jan 2024 16:49:39 +0000 Subject: [PATCH] Bump tj-actions/changed-files from 35 to 41 in /.github/workflows 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](https://github.com/tj-actions/changed-files/compare/v35...v41) --- updated-dependencies: - dependency-name: tj-actions/changed-files 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 a19319f..e9e7ab2 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@v35 + uses: tj-actions/changed-files@v41 with: files: R/*.R diff --git a/.github/workflows/render-rmarkdown.yaml b/.github/workflows/render-rmarkdown.yaml index b1a6dd6..6e66038 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@v35 + uses: tj-actions/changed-files@v41 with: files: '**.Rmd'