Skip to content

Commit acc1ede

Browse files
Update tj-actions/changed-files action to v45.0.7 (#10600)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6bb2f96 commit acc1ede

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
@@ -33,7 +33,7 @@ jobs:
3333
with:
3434
persist-credentials: false
3535

36-
- uses: tj-actions/changed-files@d6e91a2266cdb9d62096cebf1e8546899c6aa18f # v45.0.6
36+
- uses: tj-actions/changed-files@dcc7a0cba800f454d79fff4b993e8c3555bcc0a8 # v45.0.7
3737
id: changed-files-non-js
3838
with:
3939
files_ignore: |
@@ -49,7 +49,7 @@ jobs:
4949
pnpm-lock.yaml
5050
testem.js
5151
52-
- uses: tj-actions/changed-files@d6e91a2266cdb9d62096cebf1e8546899c6aa18f # v45.0.6
52+
- uses: tj-actions/changed-files@dcc7a0cba800f454d79fff4b993e8c3555bcc0a8 # v45.0.7
5353
id: changed-files-non-rust
5454
with:
5555
files_ignore: |
@@ -61,7 +61,7 @@ jobs:
6161
Cargo.toml
6262
rust-toolchain.toml
6363
64-
- uses: tj-actions/changed-files@d6e91a2266cdb9d62096cebf1e8546899c6aa18f # v45.0.6
64+
- uses: tj-actions/changed-files@dcc7a0cba800f454d79fff4b993e8c3555bcc0a8 # v45.0.7
6565
id: changed-files-rust-lockfile
6666
with:
6767
files: Cargo.lock

0 commit comments

Comments
 (0)