diff --git a/.github/workflows/continous-integration-docker.yml b/.github/workflows/continous-integration-docker.yml index 55d9aedb..1b4c7727 100644 --- a/.github/workflows/continous-integration-docker.yml +++ b/.github/workflows/continous-integration-docker.yml @@ -79,7 +79,7 @@ jobs: - name: Disk rebuild files id: changed-files-rebuild - uses: tj-actions/changed-files@v19 + uses: tj-actions/changed-files@v20 with: files: | zebra-state/**/constants.rs diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 52bea4b8..cd298e73 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -25,7 +25,7 @@ jobs: - name: Rust files id: changed-files-rust - uses: tj-actions/changed-files@v19 + uses: tj-actions/changed-files@v20 with: files: | **/*.rs @@ -36,7 +36,7 @@ jobs: - name: Workflow files id: changed-files-workflows - uses: tj-actions/changed-files@v19 + uses: tj-actions/changed-files@v20 with: files: | .github/workflows/*.yml