Skip to content

Commit d7152d1

Browse files
Bump tj-actions/changed-files from 45 to 46 in the github-actions group
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]>
1 parent 0cc034c commit d7152d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update_publishers.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
fetch-depth: 2
2121
- name: Get changed files using defaults
2222
id: changed-files
23-
uses: tj-actions/changed-files@v45
23+
uses: tj-actions/changed-files@v46
2424
- name: Check if inventory_publishers has changed
2525
if: contains(steps.changed-files.outputs.modified_files, 'config/data/inventory_publishers.csv')
2626
run: |
@@ -55,7 +55,7 @@ jobs:
5555
fetch-depth: 2
5656
- name: Get changed files using defaults
5757
id: changed-files
58-
uses: tj-actions/changed-files@v45
58+
uses: tj-actions/changed-files@v46
5959
- name: Check if inventory_publishers has changed
6060
if: contains(steps.changed-files.outputs.modified_files, 'config/data/inventory_publishers.csv')
6161
run: |

0 commit comments

Comments
 (0)