From 65f46bea10ad47e1e39c90a858054d1c7e4014b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 02:39:11 +0000 Subject: [PATCH] build(deps): bump tj-actions/changed-files from 40.0.1 to 40.0.2 Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 40.0.1 to 40.0.2. - [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/v40.0.1...v40.0.2) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-type: direct:production update-type: version-update:semver-patch ... 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 9197740..a348c6a 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@v40.0.1 + uses: tj-actions/changed-files@v40.0.2 with: separator: "," files: | diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fae8832..dd82ae6 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@v40.0.1 + uses: tj-actions/changed-files@v40.0.2 with: separator: "," files: |