Skip to content

Commit

Permalink
chore(deps): update tj-actions/verify-changed-files action to v16 (#282)
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 19, 2023
1 parent daa9fed commit 860af91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
filename: out/coverage.out

- name: Verify Changed files
uses: tj-actions/verify-changed-files@v14
uses: tj-actions/verify-changed-files@v16
if: matrix.os == 'ubuntu-latest'
id: verify-changed-files-coverage
with:
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
run: make generate

- name: Verify Changed files
uses: tj-actions/verify-changed-files@v14
uses: tj-actions/verify-changed-files@v16
if: matrix.os == 'ubuntu-latest'
id: verify-changed-files-generate
with:
Expand Down

0 comments on commit 860af91

Please sign in to comment.