Skip to content

Commit 66207f1

Browse files
build(deps): bump tj-actions/changed-files in /.github/workflows (#354)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 270be34 commit 66207f1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/taos-ws-py-compatibility.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Detect file changes for rebuild
3030
if: "!startsWith(github.ref, 'refs/tags/taos-ws-py')"
3131
id: detect-changes
32-
uses: tj-actions/changed-files@v41
32+
uses: tj-actions/changed-files@v46
3333
with:
3434
files: |
3535
.github/workflows/taos-ws-py*.yml

.github/workflows/taos-ws-py.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Check if file changes would trigger a rebuild
2727
if: "!startsWith(github.ref, 'refs/tags/taos-ws-py')"
2828
id: rebuild
29-
uses: tj-actions/changed-files@v41
29+
uses: tj-actions/changed-files@v46
3030
with:
3131
files: |
3232
.github/workflows/taos-ws-py.yml

0 commit comments

Comments
 (0)