Skip to content

Commit a4820d8

Browse files
Update tj-actions/changed-files action to v44.5.2 (#8775)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e41c3af commit a4820d8

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@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
3333

34-
- uses: tj-actions/changed-files@03334d095e2739fa9ac4034ec16f66d5d01e9eba # v44.5.1
34+
- uses: tj-actions/changed-files@d6babd6899969df1a11d14c368283ea4436bca78 # v44.5.2
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@03334d095e2739fa9ac4034ec16f66d5d01e9eba # v44.5.1
49+
- uses: tj-actions/changed-files@d6babd6899969df1a11d14c368283ea4436bca78 # v44.5.2
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@03334d095e2739fa9ac4034ec16f66d5d01e9eba # v44.5.1
61+
- uses: tj-actions/changed-files@d6babd6899969df1a11d14c368283ea4436bca78 # v44.5.2
6262
id: changed-files-rust-lockfile
6363
with:
6464
files: Cargo.lock

0 commit comments

Comments
 (0)