Skip to content

Commit 35876f8

Browse files
Update tj-actions/changed-files action to v45.0.4 (#9896)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e604bf0 commit 35876f8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
steps:
3232
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3333

34-
- uses: tj-actions/changed-files@c3a1bb2c992d77180ae65be6ae6c166cf40f857c # v45.0.3
34+
- uses: tj-actions/changed-files@4edd678ac3f81e2dc578756871e4d00c19191daf # v45.0.4
3535
id: changed-files-non-js
3636
with:
3737
files_ignore: |
@@ -47,7 +47,7 @@ jobs:
4747
pnpm-lock.yaml
4848
testem.js
4949
50-
- uses: tj-actions/changed-files@c3a1bb2c992d77180ae65be6ae6c166cf40f857c # v45.0.3
50+
- uses: tj-actions/changed-files@4edd678ac3f81e2dc578756871e4d00c19191daf # v45.0.4
5151
id: changed-files-non-rust
5252
with:
5353
files_ignore: |
@@ -59,7 +59,7 @@ jobs:
5959
Cargo.toml
6060
rust-toolchain.toml
6161
62-
- uses: tj-actions/changed-files@c3a1bb2c992d77180ae65be6ae6c166cf40f857c # v45.0.3
62+
- uses: tj-actions/changed-files@4edd678ac3f81e2dc578756871e4d00c19191daf # v45.0.4
6363
id: changed-files-rust-lockfile
6464
with:
6565
files: Cargo.lock

0 commit comments

Comments
 (0)