Skip to content

Commit

Permalink
chore(deps): update tj-actions/verify-changed-files action to v18 (#158)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 6, 2024
1 parent c8f86a7 commit 560e7b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
# Limit Docker builds to only necessary changes.
# Unfortunately, this includes dependency changes as well due to the Dockerfile possibly breaking on lack of installed dependencies for building the application.
- name: Verify Changed files
uses: tj-actions/verify-changed-files@v17
uses: tj-actions/verify-changed-files@v18
id: verify-changed-files
with:
files: |
Expand Down

0 comments on commit 560e7b2

Please sign in to comment.