From ddee220cb521fc2d9c3d828b3ceceb060bc50c29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jan 2024 18:06:04 +0000 Subject: [PATCH] Bump tj-actions/changed-files from 39 to 41 in /.github/workflows (#54) Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 39 to 41. - [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/v39...v41) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f44e7a6e..74dcca9b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,7 +42,7 @@ jobs: - name: Look for changes in standalone contracts id: CHANGED_CONTRACTS - uses: tj-actions/changed-files@v39 + uses: tj-actions/changed-files@v41 with: dir_names: "true" dir_names_exclude_current_dir: "true" @@ -61,7 +61,7 @@ jobs: - name: Look for changes in multi and upgradable contracts id: CHANGED_MULTI_AND_UPGRADEABLE_CONTRACTS - uses: tj-actions/changed-files@v39 + uses: tj-actions/changed-files@v41 with: dir_names: "true" dir_names_exclude_current_dir: "true" @@ -77,7 +77,7 @@ jobs: - name: Look for changes in workspace contracts id: CHANGED_WORKSPACE_CONTRACTS - uses: tj-actions/changed-files@v39 + uses: tj-actions/changed-files@v41 with: dir_names: "true" dir_names_exclude_current_dir: "true"