From 108a00bc458ed1228c6f40d64d0125b40bf18a02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Dec 2023 04:59:01 +0000 Subject: [PATCH] build(deps): bump tj-actions/changed-files from 40.2.2 to 41.0.1 Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 40.2.2 to 41.0.1. - [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/94549999469dbfa032becf298d95c87a14c34394...716b1e13042866565e00e85fd4ec490e186c4a2f) --- 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/scaffold_pkg_via_pull_request_assignment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scaffold_pkg_via_pull_request_assignment.yml b/.github/workflows/scaffold_pkg_via_pull_request_assignment.yml index 78ca48e988f0..03740085e507 100644 --- a/.github/workflows/scaffold_pkg_via_pull_request_assignment.yml +++ b/.github/workflows/scaffold_pkg_via_pull_request_assignment.yml @@ -107,7 +107,7 @@ jobs: - name: 'Get list of changed files' id: changed-files # Pin action to full length commit SHA - uses: tj-actions/changed-files@94549999469dbfa032becf298d95c87a14c34394 # v40.2.2 + uses: tj-actions/changed-files@716b1e13042866565e00e85fd4ec490e186c4a2f # v41.0.1 with: separator: ' ' base_sha: ${{ github.event.pull_request.base.sha }}