Skip to content

Commit b98a677

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

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@90a06d6ba9543371ab4df8eeca0be07ca6054959 # v42.0.2
32+
- uses: tj-actions/changed-files@3f54ebb830831fc121d3263c1857cfbdc310cdb9 # v42.0.4
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@90a06d6ba9543371ab4df8eeca0be07ca6054959 # v42.0.2
47+
- uses: tj-actions/changed-files@3f54ebb830831fc121d3263c1857cfbdc310cdb9 # v42.0.4
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@90a06d6ba9543371ab4df8eeca0be07ca6054959 # v42.0.2
59+
- uses: tj-actions/changed-files@3f54ebb830831fc121d3263c1857cfbdc310cdb9 # v42.0.4
6060
id: changed-files-rust-lockfile
6161
with:
6262
files: Cargo.lock

0 commit comments

Comments
 (0)