diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 94f8b1b8351..9f96adda684 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,7 +42,7 @@ jobs: # (see https://github.com/tj-actions/changed-files/blob/v46.0.5/README.md#usage-) fetch-depth: 0 - - uses: tj-actions/changed-files@6cb76d07bee4c9772c6882c06c37837bf82a04d3 # v46.0.4 + - uses: tj-actions/changed-files@24d32ffd492484c1d75e0c0b894501ddb9d30d62 # v47.0.0 id: changed-files-non-js with: files_ignore: | @@ -58,7 +58,7 @@ jobs: pnpm-lock.yaml testem.js - - uses: tj-actions/changed-files@6cb76d07bee4c9772c6882c06c37837bf82a04d3 # v46.0.4 + - uses: tj-actions/changed-files@24d32ffd492484c1d75e0c0b894501ddb9d30d62 # v47.0.0 id: changed-files-non-rust with: files_ignore: | @@ -70,12 +70,12 @@ jobs: Cargo.toml rust-toolchain.toml - - uses: tj-actions/changed-files@6cb76d07bee4c9772c6882c06c37837bf82a04d3 # v46.0.4 + - uses: tj-actions/changed-files@24d32ffd492484c1d75e0c0b894501ddb9d30d62 # v47.0.0 id: changed-files-rust-lockfile with: files: Cargo.lock - - uses: tj-actions/changed-files@6cb76d07bee4c9772c6882c06c37837bf82a04d3 # v46.0.4 + - uses: tj-actions/changed-files@24d32ffd492484c1d75e0c0b894501ddb9d30d62 # v47.0.0 id: changed-files-ci with: files: .github/workflows/**