diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index bb93ea000b..a77fda3a40 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -24,7 +24,7 @@ jobs: runs-on: ubuntu-latest steps: - id: changed - uses: tj-actions/changed-files@800a2825992141ddde1a8bca8ad394cec34d3188 + uses: tj-actions/changed-files@aa08304bd477b800d468db44fe10f6c61f7f7b11 with: files: | .codecov.yml diff --git a/.github/workflows/fuzzers.yml b/.github/workflows/fuzzers.yml index f88e05f361..45b150b619 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@b4ffde65f46336ab88eb53be808477a3936bae11 - run: git config --global --add safe.directory "$PWD" # actions/runner#2033 - - uses: tj-actions/changed-files@800a2825992141ddde1a8bca8ad394cec34d3188 + - uses: tj-actions/changed-files@aa08304bd477b800d468db44fe10f6c61f7f7b11 id: changed-files - name: list changed crates id: list-changed diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 846fa2681c..e0b9ebe607 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -17,19 +17,19 @@ jobs: runs-on: ubuntu-latest steps: - id: build - uses: tj-actions/changed-files@800a2825992141ddde1a8bca8ad394cec34d3188 + uses: tj-actions/changed-files@aa08304bd477b800d468db44fe10f6c61f7f7b11 with: files: | .github/workflows/pr.yml justfile Dockerfile - id: cargo - uses: tj-actions/changed-files@800a2825992141ddde1a8bca8ad394cec34d3188 + uses: tj-actions/changed-files@aa08304bd477b800d468db44fe10f6c61f7f7b11 with: files: '**/Cargo.toml' files_ignore: 'Cargo.toml' - id: rust - uses: tj-actions/changed-files@800a2825992141ddde1a8bca8ad394cec34d3188 + uses: tj-actions/changed-files@aa08304bd477b800d468db44fe10f6c61f7f7b11 with: files: '**/*.rs' - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c07c8e31d8..d001cd8f8a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -47,7 +47,7 @@ jobs: ) >> "$GITHUB_OUTPUT" fi - id: changed - uses: tj-actions/changed-files@800a2825992141ddde1a8bca8ad394cec34d3188 + uses: tj-actions/changed-files@aa08304bd477b800d468db44fe10f6c61f7f7b11 with: files: | .github/actions/package/*