From 7140998332582c3a49dfa5ed46c8fd0408b5ba35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Sep 2023 00:01:59 -0600 Subject: [PATCH] Bump tj-actions/changed-files from 17 to 35 (#60) Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 17 to 35. - [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/v17...v35) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/on_pr.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/on_pr.yaml b/.github/workflows/on_pr.yaml index 9adc692..5786092 100644 --- a/.github/workflows/on_pr.yaml +++ b/.github/workflows/on_pr.yaml @@ -74,7 +74,7 @@ jobs: # List of files to check to trigger a rebuild on this job - name: Get specific changed files id: changed-files-specific - uses: tj-actions/changed-files@v17 + uses: tj-actions/changed-files@v35 with: files: | Dockerfile