Skip to content

Commit 1516035

Browse files
Update tj-actions/changed-files action to v42 (#7961)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 321a2c2 commit 1516035

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
@@ -29,7 +29,7 @@ jobs:
2929
steps:
3030
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
3131

32-
- uses: tj-actions/changed-files@62f4729b5df35e6e0e01265fa70a82ccaf196b4b # v41.1.1
32+
- uses: tj-actions/changed-files@ae82ed4ae04587b665efad2f206578aa6f0e8539 # v42.0.0
3333
id: changed-files-non-js
3434
with:
3535
files_ignore: |
@@ -44,7 +44,7 @@ jobs:
4444
pnpm-lock.yaml
4545
testem.js
4646
47-
- uses: tj-actions/changed-files@62f4729b5df35e6e0e01265fa70a82ccaf196b4b # v41.1.1
47+
- uses: tj-actions/changed-files@ae82ed4ae04587b665efad2f206578aa6f0e8539 # v42.0.0
4848
id: changed-files-non-rust
4949
with:
5050
files_ignore: |
@@ -56,7 +56,7 @@ jobs:
5656
Cargo.toml
5757
rust-toolchain.toml
5858
59-
- uses: tj-actions/changed-files@62f4729b5df35e6e0e01265fa70a82ccaf196b4b # v41.1.1
59+
- uses: tj-actions/changed-files@ae82ed4ae04587b665efad2f206578aa6f0e8539 # v42.0.0
6060
id: changed-files-rust-lockfile
6161
with:
6262
files: Cargo.lock

0 commit comments

Comments
 (0)