Skip to content

Commit 9db0b3b

Browse files
Bump tj-actions/changed-files from 45 to 46 in the github_actions group (#953)
Bumps the github_actions group with 1 update: [tj-actions/changed-files](https://github.com/tj-actions/changed-files). Updates `tj-actions/changed-files` from 45 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@v45...v46) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-type: direct:production update-type: version-update:semver-major dependency-group: github_actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5a9cac3 commit 9db0b3b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/github-actions-lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v4
12-
- uses: tj-actions/changed-files@v45
12+
- uses: tj-actions/changed-files@v46
1313
id: changed-files
1414
with:
1515
files: |

.github/workflows/rubocop.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
BUNDLE_ONLY: ${{ vars.RUBOCOP_BUNDLE_ONLY || 'rubocop' }}
1515
steps:
1616
- uses: actions/checkout@v4
17-
- uses: tj-actions/changed-files@v45
17+
- uses: tj-actions/changed-files@v46
1818
id: changed-files
1919
with:
2020
files: |

.github/workflows/yaml-lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v4
12-
- uses: tj-actions/changed-files@v45
12+
- uses: tj-actions/changed-files@v46
1313
id: changed-files
1414
with:
1515
files: |

0 commit comments

Comments
 (0)