Skip to content

Commit e347fa9

Browse files
Update tj-actions/changed-files action to v45.0.3 (#9594)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7ff1b77 commit e347fa9

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@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
3333

34-
- uses: tj-actions/changed-files@48d8f15b2aaa3d255ca5af3eba4870f807ce6b3c # v45.0.2
34+
- uses: tj-actions/changed-files@c3a1bb2c992d77180ae65be6ae6c166cf40f857c # v45.0.3
3535
id: changed-files-non-js
3636
with:
3737
files_ignore: |
@@ -46,7 +46,7 @@ jobs:
4646
pnpm-lock.yaml
4747
testem.js
4848
49-
- uses: tj-actions/changed-files@48d8f15b2aaa3d255ca5af3eba4870f807ce6b3c # v45.0.2
49+
- uses: tj-actions/changed-files@c3a1bb2c992d77180ae65be6ae6c166cf40f857c # v45.0.3
5050
id: changed-files-non-rust
5151
with:
5252
files_ignore: |
@@ -58,7 +58,7 @@ jobs:
5858
Cargo.toml
5959
rust-toolchain.toml
6060
61-
- uses: tj-actions/changed-files@48d8f15b2aaa3d255ca5af3eba4870f807ce6b3c # v45.0.2
61+
- uses: tj-actions/changed-files@c3a1bb2c992d77180ae65be6ae6c166cf40f857c # v45.0.3
6262
id: changed-files-rust-lockfile
6363
with:
6464
files: Cargo.lock

0 commit comments

Comments
 (0)