From 125d00d8e5073990dd42dbbea6653765fad7aae3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Oct 2023 06:50:38 +0000 Subject: [PATCH] Bump tj-actions/changed-files from 39.2.3 to 40.0.0 Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 39.2.3 to 40.0.0. - [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/v39.2.3...v40.0.0) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/on_pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/on_pr.yml b/.github/workflows/on_pr.yml index 8d44112..b0b709b 100644 --- a/.github/workflows/on_pr.yml +++ b/.github/workflows/on_pr.yml @@ -67,7 +67,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@v39.2.3 + uses: tj-actions/changed-files@v40.0.0 with: files: | Dockerfile