From bcd2cfdc7ce636b8588985f996882304348ca530 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 14 Apr 2025 01:47:18 +0000 Subject: [PATCH] Update tj-actions/changed-files action to v46.0.5 --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a398a96de38..c827f4d8503 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,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@ed68ef82c095e0d48ec87eccea555d944a631a4c # v46.0.5 id: changed-files-non-js with: files_ignore: | @@ -52,7 +52,7 @@ jobs: pnpm-lock.yaml testem.js - - uses: tj-actions/changed-files@6cb76d07bee4c9772c6882c06c37837bf82a04d3 # v46.0.4 + - uses: tj-actions/changed-files@ed68ef82c095e0d48ec87eccea555d944a631a4c # v46.0.5 id: changed-files-non-rust with: files_ignore: | @@ -64,7 +64,7 @@ jobs: Cargo.toml rust-toolchain.toml - - uses: tj-actions/changed-files@6cb76d07bee4c9772c6882c06c37837bf82a04d3 # v46.0.4 + - uses: tj-actions/changed-files@ed68ef82c095e0d48ec87eccea555d944a631a4c # v46.0.5 id: changed-files-rust-lockfile with: files: Cargo.lock