diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 0017dbd90c..194f3c6b47 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -25,7 +25,7 @@ jobs: steps: - uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f - id: changed - uses: tj-actions/changed-files@e052d30e1c0bdf27cd806b01ca3b393f47b50c62 + uses: tj-actions/changed-files@0874344d6ebbaa00a27da73276ae7162fadcaf69 with: files: | .codecov.yml diff --git a/.github/workflows/fuzzers.yml b/.github/workflows/fuzzers.yml index 7f317f95ff..e45bcb60b3 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@1d96c772d19495a3b5c517cd2bc0cb401ea0529f - run: git config --global --add safe.directory "$PWD" # actions/runner#2033 - - uses: tj-actions/changed-files@e052d30e1c0bdf27cd806b01ca3b393f47b50c62 + - uses: tj-actions/changed-files@0874344d6ebbaa00a27da73276ae7162fadcaf69 id: changed-files - name: list changed crates id: list-changed diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 36c1e4383e..01a7f0048b 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -18,20 +18,20 @@ jobs: steps: - uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f - id: build - uses: tj-actions/changed-files@e052d30e1c0bdf27cd806b01ca3b393f47b50c62 + uses: tj-actions/changed-files@0874344d6ebbaa00a27da73276ae7162fadcaf69 with: files: | .github/workflows/pr.yml justfile Dockerfile - id: actions - uses: tj-actions/changed-files@e052d30e1c0bdf27cd806b01ca3b393f47b50c62 + uses: tj-actions/changed-files@0874344d6ebbaa00a27da73276ae7162fadcaf69 with: files: | .github/workflows/** .devcontainer/* - id: cargo - uses: tj-actions/changed-files@e052d30e1c0bdf27cd806b01ca3b393f47b50c62 + uses: tj-actions/changed-files@0874344d6ebbaa00a27da73276ae7162fadcaf69 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@e052d30e1c0bdf27cd806b01ca3b393f47b50c62 + uses: tj-actions/changed-files@0874344d6ebbaa00a27da73276ae7162fadcaf69 with: files: | **/*.rs diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7453089b26..bee65ec26e 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@e052d30e1c0bdf27cd806b01ca3b393f47b50c62 + uses: tj-actions/changed-files@0874344d6ebbaa00a27da73276ae7162fadcaf69 with: files: | .github/workflows/release.yml