Skip to content

Commit 15e72db

Browse files
chore(deps): bump tj-actions/changed-files in /.github/workflows
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 37 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@v37...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 b7bb16c commit 15e72db

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
key: ${{ runner.os }}-dependency-caching-${{ hashFiles('package.json', '*/package.json') }}
3737
- run: npm install
3838
- id: files
39-
uses: tj-actions/changed-files@v37
39+
uses: tj-actions/changed-files@v46
4040
with:
4141
json: true
4242
write_output_files: true

.github/workflows/dev-releases-for-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
key: ${{ runner.os }}-dependency-caching-${{ hashFiles('package.json', '*/package.json') }}
3838
- run: npm install
3939
- id: files
40-
uses: tj-actions/changed-files@v37
40+
uses: tj-actions/changed-files@v46
4141
with:
4242
json: true
4343
write_output_files: true

0 commit comments

Comments
 (0)