Skip to content

Commit

Permalink
build(deps): bump tj-actions/changed-files in /.github/workflows (#362)
Browse files Browse the repository at this point in the history
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 9.1 to 41.
- [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@v9.1...v41)

---
updated-dependencies:
- dependency-name: tj-actions/changed-files
  dependency-type: direct:production
...

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 Jan 3, 2024
1 parent 520e096 commit ff1cef0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Check if source or test files changed
id: files_changed
uses: tj-actions/changed-files@v9.1
uses: tj-actions/changed-files@v41
with:
files: |
src/**/*
Expand Down Expand Up @@ -84,14 +84,14 @@ jobs:
- name: Check if test files changed
id: test_files_changed
uses: tj-actions/changed-files@v9.1
uses: tj-actions/changed-files@v41
with:
files: |
spec/**/*
- name: Check if source files changed
id: source_files_changed
uses: tj-actions/changed-files@v9.1
uses: tj-actions/changed-files@v41
with:
files: |
src/**/*
Expand Down

0 comments on commit ff1cef0

Please sign in to comment.