Skip to content

Commit 1f2c4bc

Browse files
Update tj-actions/changed-files action to v45.0.6 (#10319)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5a3bd9c commit 1f2c4bc

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@bab30c2299617f6615ec02a68b9a40d10bd21366 # v45.0.5
36+
- uses: tj-actions/changed-files@d6e91a2266cdb9d62096cebf1e8546899c6aa18f # v45.0.6
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@bab30c2299617f6615ec02a68b9a40d10bd21366 # v45.0.5
52+
- uses: tj-actions/changed-files@d6e91a2266cdb9d62096cebf1e8546899c6aa18f # v45.0.6
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@bab30c2299617f6615ec02a68b9a40d10bd21366 # v45.0.5
64+
- uses: tj-actions/changed-files@d6e91a2266cdb9d62096cebf1e8546899c6aa18f # v45.0.6
6565
id: changed-files-rust-lockfile
6666
with:
6767
files: Cargo.lock

0 commit comments

Comments
 (0)