Skip to content

Commit 560e7b2

Browse files
chore(deps): update tj-actions/verify-changed-files action to v18 (#158)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c8f86a7 commit 560e7b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
# Limit Docker builds to only necessary changes.
6060
# Unfortunately, this includes dependency changes as well due to the Dockerfile possibly breaking on lack of installed dependencies for building the application.
6161
- name: Verify Changed files
62-
uses: tj-actions/verify-changed-files@v17
62+
uses: tj-actions/verify-changed-files@v18
6363
id: verify-changed-files
6464
with:
6565
files: |

0 commit comments

Comments
 (0)