Skip to content

Commit 86d1223

Browse files
Bump tj-actions/changed-files from 45 to 46
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 45 to 46. - [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@v45...v46) --- 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]>
1 parent 8d78190 commit 86d1223

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pre-merge.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
echo "BASE_SHA=$(git merge-base HEAD origin/$branch)" >> $GITHUB_ENV
5656
- name: Get changed files
5757
id: diff
58-
uses: tj-actions/changed-files@v45
58+
uses: tj-actions/changed-files@v46
5959
with:
6060
base_sha: ${{ env.BASE_SHA }}
6161
files_yaml_from_source_file: .github/changed-files.yaml

0 commit comments

Comments
 (0)