Skip to content

Commit 07de71c

Browse files
authored
Merge pull request #822 from GSA/dependabot/github_actions/github-actions-558eba0880
Bump tj-actions/changed-files from 45 to 46 in the github-actions group
2 parents 0cc034c + d7152d1 commit 07de71c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/update_publishers.yml

+2-2
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)