Skip to content

Commit

Permalink
chore(deps): bump tj-actions/changed-files from 22.2 to 26.1 (#2)
Browse files Browse the repository at this point in the history
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 22.2 to 26.1.
- [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@v22.2...v26.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Apr 17, 2024
1 parent 44f2c85 commit b2a1e64
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tag_adapters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- name: Files modified
id: check
uses: tj-actions/changed-files@v22.2
uses: tj-actions/changed-files@v26.1
with:
files: |
./adapters/${{ matrix.adapter }}/**
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tag_logger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- name: Files modified
id: check
uses: tj-actions/changed-files@v22.2
uses: tj-actions/changed-files@v26.1
with:
files: |
./internal/**
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tag_modules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- name: Files modified
id: check
uses: tj-actions/changed-files@v22.2
uses: tj-actions/changed-files@v26.1
with:
files: |
./${{ matrix.module }}/**
Expand Down

0 comments on commit b2a1e64

Please sign in to comment.