Skip to content

Commit b1022b8

Browse files
build(deps): Bump tj-actions/changed-files in /.github/workflows (#92)
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 45.0.4 to 45.0.8. - [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.0.4...v45.0.8) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-version: 45.0.8 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bbff6fc commit b1022b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/changelog-changed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
contains(github.event.label.name, 'major') ||
6565
contains(github.event.label.name, 'minor') ||
6666
contains(github.event.label.name, 'patch')
67-
uses: tj-actions/[email protected].4
67+
uses: tj-actions/[email protected].8
6868
with:
6969
files: CHANGELOG.md
7070

.github/workflows/ct-matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
# Skip: README, CHANGELOG, LICENSE, THIRD-PARTY-LICENSES, .gitignore, GitHub Workflows & Actions, etc.
7878
- name: Check for Changes to Determine if Tests can be Skipped
7979
id: getChanges
80-
uses: tj-actions/[email protected].4
80+
uses: tj-actions/[email protected].8
8181
with:
8282
files_ignore: |
8383
README.md

0 commit comments

Comments
 (0)