Skip to content

Commit bbef8ac

Browse files
Bump tj-actions/changed-files from 41 to 46 in /.github/workflows
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 41 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@v41...v46) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-version: '46' dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6a8b204 commit bbef8ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run: git config --global --add safe.directory /__w/tinydata/tinydata
4444
- name: Get changed files
4545
id: changed-files
46-
uses: tj-actions/changed-files@v41
46+
uses: tj-actions/changed-files@v46
4747
- name: Run tp tests
4848
run: scripts/github_tp_test.sh "${{ steps.changed-files.outputs.all_changed_files }}"
4949
shell: 'script -q -e -c "bash {0}"'

0 commit comments

Comments
 (0)