Skip to content
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.

chore(deps): bump tj-actions/changed-files from 42 to 43 #179

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/check-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

- name: Check for any non-source code changes
id: check-non-source
uses: tj-actions/changed-files@v42
uses: tj-actions/changed-files@v43
with:
files: |
.github/actions/**
Expand All @@ -42,7 +42,7 @@ jobs:

- name: Check for any source code changes
id: check-source
uses: tj-actions/changed-files@v42
uses: tj-actions/changed-files@v43
with:
files: |
src/**/*.rs
Expand Down
Loading