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"