Skip to content
This repository has been archived by the owner on Nov 7, 2022. It is now read-only.

Commit

Permalink
build(deps): bump tj-actions/changed-files from 24 to 26.1 (#538)
Browse files Browse the repository at this point in the history
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 24 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@v24...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]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 17, 2022
1 parent 7dd3353 commit cf32aa7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,15 +65,15 @@ jobs:
fetch-depth: 2 # Retrieve the preceding commit to calculate changed files
- name: Get changed ruby files
id: changed-ruby-files
uses: tj-actions/changed-files@v24
uses: tj-actions/changed-files@v26.1
with:
files: |
**/*.rb
**/Gemfile
**/Gemfile.lock
- name: Get changed rust files
id: changed-rust-files
uses: tj-actions/changed-files@v24
uses: tj-actions/changed-files@v26.1
with:
files: |
**/*.rs
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/unit_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
fetch-depth: 2 # Retrieve the preceding commit to calculate changed files
- name: Get changed ruby/rust files
id: changed-ruby-or-rust-files
uses: tj-actions/changed-files@v24
uses: tj-actions/changed-files@v26.1
with:
files: |
**/*.rb
Expand All @@ -96,19 +96,19 @@ jobs:
**/Cargo.lock
- name: Get changed database migrations
id: changed-db-migrations
uses: tj-actions/changed-files@v24
uses: tj-actions/changed-files@v26.1
with:
files: |
apps/server-monolith/db/migrate
- name: Get changed GraphQL type definitions (ruby)
id: changed-gql-typeds-ruby
uses: tj-actions/changed-files@v24
uses: tj-actions/changed-files@v26.1
with:
files: |
apps/server-monolith/app/graphql
- name: Get changed GraphQL type definitions (ts)
id: changed-gql-typeds-ts
uses: tj-actions/changed-files@v24
uses: tj-actions/changed-files@v26.1
with:
files: |
**/graphql.ts
Expand Down

0 comments on commit cf32aa7

Please sign in to comment.