From cf32aa78424c3ca0153fc3de880bb17de83d16fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Aug 2022 04:28:34 +0800 Subject: [PATCH] build(deps): bump tj-actions/changed-files from 24 to 26.1 (#538) 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](https://github.com/tj-actions/changed-files/compare/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] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/linting.yml | 4 ++-- .github/workflows/unit_test.yml | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index a60f34a08..43aef84e7 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -65,7 +65,7 @@ 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 @@ -73,7 +73,7 @@ jobs: **/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 diff --git a/.github/workflows/unit_test.yml b/.github/workflows/unit_test.yml index 2951d52df..ed2cc4f30 100644 --- a/.github/workflows/unit_test.yml +++ b/.github/workflows/unit_test.yml @@ -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 @@ -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