Skip to content

Commit

Permalink
build(deps): bump tj-actions/changed-files from 45.0.2 to 45.0.4
Browse files Browse the repository at this point in the history
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 45.0.2 to 45.0.4.
- [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@48d8f15...4edd678)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and dndx committed Nov 21, 2024
1 parent ca8059b commit 5937fb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
# Optional step to run on only changed files
- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@48d8f15b2aaa3d255ca5af3eba4870f807ce6b3c # 45.0.2
uses: tj-actions/changed-files@4edd678ac3f81e2dc578756871e4d00c19191daf # 45.0.4
with:
files: |
**.lua
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
# Optional step to run on only changed files
- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@48d8f15b2aaa3d255ca5af3eba4870f807ce6b3c # 45.0.2
uses: tj-actions/changed-files@4edd678ac3f81e2dc578756871e4d00c19191daf # 45.0.4
with:
files: |
**.rs
Expand Down

0 comments on commit 5937fb1

Please sign in to comment.