Skip to content

Commit 7e37efa

Browse files
Bump tj-actions/changed-files from 34 to 46 in /.github/workflows (#5019)
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 34 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@v34...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 7308942 commit 7e37efa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -252,13 +252,13 @@ jobs:
252252
fetch-depth: 0
253253
- name: Check if files changed in the _distutils folder
254254
id: changed-files-specific-distutils
255-
uses: tj-actions/changed-files@v34
255+
uses: tj-actions/changed-files@v46
256256
with:
257257
files: |
258258
setuptools/_distutils/**
259259
- name: Check if files changed in the _vendor folder
260260
id: changed-files-specific-vendor
261-
uses: tj-actions/changed-files@v34
261+
uses: tj-actions/changed-files@v46
262262
with:
263263
files: |
264264
setuptools/_vendor/**

0 commit comments

Comments
 (0)