Skip to content

Commit 59ee6d4

Browse files
build(deps): bump tj-actions/changed-files from 42.0.5 to 44.0.0
PR-URL: #2102 Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 42.0.5 to 44.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](tj-actions/changed-files@800a282...2d756ea) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Reviewed-by: Philipp Burckhardt <[email protected]>
1 parent 03e9400 commit 59ee6d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/scaffold_pkg_via_pull_request_assignment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
- name: 'Get list of changed files'
108108
id: changed-files
109109
# Pin action to full length commit SHA
110-
uses: tj-actions/changed-files@800a2825992141ddde1a8bca8ad394cec34d3188 # v42.0.5
110+
uses: tj-actions/changed-files@2d756ea4c53f7f6b397767d8723b3a10a9f35bf2 # v44.0.0
111111
with:
112112
separator: ' '
113113
base_sha: ${{ github.event.pull_request.base.sha }}

0 commit comments

Comments
 (0)