From ce6acc34ffedaf6772b8903339096a55954f4ba4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Jun 2023 02:45:22 +0000 Subject: [PATCH] build(deps): bump tj-actions/changed-files from 35.9.2 to 37.0.5 Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 35.9.2 to 37.0.5. - [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/v35.9.2...v37.0.5) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/lint.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 6b356d05..d9a55367 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -25,7 +25,7 @@ jobs: - name: Find changed genesis files id: changed-genesis - uses: tj-actions/changed-files@v35.9.2 + uses: tj-actions/changed-files@v37.0.5 with: separator: "," files: | diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 118b5114..5762e2e1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -27,7 +27,7 @@ jobs: - name: Find changed genesis files id: changed-genesis - uses: tj-actions/changed-files@v35.9.2 + uses: tj-actions/changed-files@v37.0.5 with: separator: "," files: |