Skip to content

Commit

Permalink
Revert "chore(deps): bump tj-actions/changed-files from 44 to 45 (#274)"
Browse files Browse the repository at this point in the history
This reverts commit 552f903.
  • Loading branch information
coffeebeats authored Sep 20, 2024
1 parent 552f903 commit 601b065
Showing 1 changed file with 2 additions and 2 deletions.
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@v45
uses: tj-actions/changed-files@v44
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@v45
uses: tj-actions/changed-files@v44
with:
files: |
**/*.go
Expand Down

0 comments on commit 601b065

Please sign in to comment.