Skip to content

Commit 33589b1

Browse files
chore(deps): bump tj-actions/verify-changed-files from 13 to 14 (#420)
1 parent e2f3eb7 commit 33589b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/autoupdate-dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
run: |
1919
API_BASE_URL=${{ secrets.MDB_CURRENT_API_PREVIEW_URL }} make fetch_openapi
2020
- name: Verify Changed files
21-
uses: tj-actions/verify-changed-files@v13
21+
uses: tj-actions/verify-changed-files@v14
2222
id: verify-changed-files
2323
with:
2424
files: |

.github/workflows/autoupdate-master.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
working-directory: ./tools
1919
run: make fetch_openapi
2020
- name: Verify Changed files
21-
uses: tj-actions/verify-changed-files@v13
21+
uses: tj-actions/verify-changed-files@v14
2222
id: verify-changed-files
2323
with:
2424
files: |

0 commit comments

Comments
 (0)