diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 7d5dcb6fee..e166d7b4da 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -25,7 +25,7 @@ jobs: steps: - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 - id: changed - uses: tj-actions/changed-files@03334d095e2739fa9ac4034ec16f66d5d01e9eba + uses: tj-actions/changed-files@d6babd6899969df1a11d14c368283ea4436bca78 with: files: | .codecov.yml diff --git a/.github/workflows/fuzzers.yml b/.github/workflows/fuzzers.yml index 2eb3871485..4ba1792109 100644 --- a/.github/workflows/fuzzers.yml +++ b/.github/workflows/fuzzers.yml @@ -32,7 +32,7 @@ jobs: - run: apt update && apt install -y jo - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 - run: git config --global --add safe.directory "$PWD" # actions/runner#2033 - - uses: tj-actions/changed-files@03334d095e2739fa9ac4034ec16f66d5d01e9eba + - uses: tj-actions/changed-files@d6babd6899969df1a11d14c368283ea4436bca78 id: changed-files - name: list changed crates id: list-changed diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 5fe7f3c344..c6422d2c09 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -18,20 +18,20 @@ jobs: steps: - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 - id: build - uses: tj-actions/changed-files@03334d095e2739fa9ac4034ec16f66d5d01e9eba + uses: tj-actions/changed-files@d6babd6899969df1a11d14c368283ea4436bca78 with: files: | .github/workflows/pr.yml justfile Dockerfile - id: actions - uses: tj-actions/changed-files@03334d095e2739fa9ac4034ec16f66d5d01e9eba + uses: tj-actions/changed-files@d6babd6899969df1a11d14c368283ea4436bca78 with: files: | .github/workflows/** .devcontainer/* - id: cargo - uses: tj-actions/changed-files@03334d095e2739fa9ac4034ec16f66d5d01e9eba + uses: tj-actions/changed-files@d6babd6899969df1a11d14c368283ea4436bca78 with: files_ignore: "Cargo.toml" files: | @@ -40,7 +40,7 @@ jobs: if: steps.cargo.outputs.any_changed == 'true' run: ./.github/list-crates.sh ${{ steps.cargo.outputs.all_changed_files }} - id: rust - uses: tj-actions/changed-files@03334d095e2739fa9ac4034ec16f66d5d01e9eba + uses: tj-actions/changed-files@d6babd6899969df1a11d14c368283ea4436bca78 with: files: | **/*.rs diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d062a47ec8..0a9d63af60 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -84,7 +84,7 @@ jobs: if: github.event_name == 'pull_request' - id: changed if: github.event_name == 'pull_request' - uses: tj-actions/changed-files@03334d095e2739fa9ac4034ec16f66d5d01e9eba + uses: tj-actions/changed-files@d6babd6899969df1a11d14c368283ea4436bca78 with: files: | .github/workflows/release.yml