Skip to content

Commit 180b569

Browse files
Update tj-actions/changed-files action to v47 (#11912)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3ec7bbd commit 180b569

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
# (see https://github.com/tj-actions/changed-files/blob/v46.0.5/README.md#usage-)
4343
fetch-depth: 0
4444

45-
- uses: tj-actions/changed-files@6cb76d07bee4c9772c6882c06c37837bf82a04d3 # v46.0.4
45+
- uses: tj-actions/changed-files@24d32ffd492484c1d75e0c0b894501ddb9d30d62 # v47.0.0
4646
id: changed-files-non-js
4747
with:
4848
files_ignore: |
@@ -58,7 +58,7 @@ jobs:
5858
pnpm-lock.yaml
5959
testem.js
6060
61-
- uses: tj-actions/changed-files@6cb76d07bee4c9772c6882c06c37837bf82a04d3 # v46.0.4
61+
- uses: tj-actions/changed-files@24d32ffd492484c1d75e0c0b894501ddb9d30d62 # v47.0.0
6262
id: changed-files-non-rust
6363
with:
6464
files_ignore: |
@@ -70,12 +70,12 @@ jobs:
7070
Cargo.toml
7171
rust-toolchain.toml
7272
73-
- uses: tj-actions/changed-files@6cb76d07bee4c9772c6882c06c37837bf82a04d3 # v46.0.4
73+
- uses: tj-actions/changed-files@24d32ffd492484c1d75e0c0b894501ddb9d30d62 # v47.0.0
7474
id: changed-files-rust-lockfile
7575
with:
7676
files: Cargo.lock
7777

78-
- uses: tj-actions/changed-files@6cb76d07bee4c9772c6882c06c37837bf82a04d3 # v46.0.4
78+
- uses: tj-actions/changed-files@24d32ffd492484c1d75e0c0b894501ddb9d30d62 # v47.0.0
7979
id: changed-files-ci
8080
with:
8181
files: .github/workflows/**

0 commit comments

Comments
 (0)