Skip to content

Commit

Permalink
chore(deps): bump tj-actions/changed-files from 44 to 45 (#274)
Browse files Browse the repository at this point in the history
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 44 to 45.
- [Release notes](https://github.com/tj-actions/changed-files/releases)
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
- [Commits](tj-actions/changed-files@v44...v45)

---
updated-dependencies:
- dependency-name: tj-actions/changed-files
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Sep 20, 2024
1 parent 0fca9cb commit 552f903
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@v44
uses: tj-actions/changed-files@v45
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@v44
uses: tj-actions/changed-files@v45
with:
files: |
**/*.go
Expand Down

0 comments on commit 552f903

Please sign in to comment.