diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index f707585252..6d34b86a20 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -25,7 +25,7 @@ jobs: steps: - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 - id: changed - uses: tj-actions/changed-files@2d756ea4c53f7f6b397767d8723b3a10a9f35bf2 + uses: tj-actions/changed-files@e052d30e1c0bdf27cd806b01ca3b393f47b50c62 with: files: | .codecov.yml diff --git a/.github/workflows/fuzzers.yml b/.github/workflows/fuzzers.yml index 64b14352d5..a3e8c6af7d 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@9bb56186c3b09b4f86b1c65136769dd318469633 - run: git config --global --add safe.directory "$PWD" # actions/runner#2033 - - uses: tj-actions/changed-files@2d756ea4c53f7f6b397767d8723b3a10a9f35bf2 + - uses: tj-actions/changed-files@e052d30e1c0bdf27cd806b01ca3b393f47b50c62 id: changed-files - name: list changed crates id: list-changed diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 4964d97bf1..154df7f0fd 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -18,20 +18,20 @@ jobs: steps: - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 - id: build - uses: tj-actions/changed-files@2d756ea4c53f7f6b397767d8723b3a10a9f35bf2 + uses: tj-actions/changed-files@e052d30e1c0bdf27cd806b01ca3b393f47b50c62 with: files: | .github/workflows/pr.yml justfile Dockerfile - id: actions - uses: tj-actions/changed-files@2d756ea4c53f7f6b397767d8723b3a10a9f35bf2 + uses: tj-actions/changed-files@e052d30e1c0bdf27cd806b01ca3b393f47b50c62 with: files: | .github/workflows/** .devcontainer/* - id: cargo - uses: tj-actions/changed-files@2d756ea4c53f7f6b397767d8723b3a10a9f35bf2 + uses: tj-actions/changed-files@e052d30e1c0bdf27cd806b01ca3b393f47b50c62 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@2d756ea4c53f7f6b397767d8723b3a10a9f35bf2 + uses: tj-actions/changed-files@e052d30e1c0bdf27cd806b01ca3b393f47b50c62 with: files: | **/*.rs diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e6a8a0d742..ef01d83fb5 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@2d756ea4c53f7f6b397767d8723b3a10a9f35bf2 + uses: tj-actions/changed-files@e052d30e1c0bdf27cd806b01ca3b393f47b50c62 with: files: | .github/workflows/release.yml