Skip to content

Commit 650d736

Browse files
Update tj-actions/changed-files action to v46.0.4 (#10954)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 26368f5 commit 650d736

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
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@2f7c5bfce28377bc069a65ba478de0a74aa0ca32 # v46.0.1
36+
- uses: tj-actions/changed-files@6cb76d07bee4c9772c6882c06c37837bf82a04d3 # v46.0.4
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@2f7c5bfce28377bc069a65ba478de0a74aa0ca32 # v46.0.1
52+
- uses: tj-actions/changed-files@6cb76d07bee4c9772c6882c06c37837bf82a04d3 # v46.0.4
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@2f7c5bfce28377bc069a65ba478de0a74aa0ca32 # v46.0.1
64+
- uses: tj-actions/changed-files@6cb76d07bee4c9772c6882c06c37837bf82a04d3 # v46.0.4
6565
id: changed-files-rust-lockfile
6666
with:
6767
files: Cargo.lock

0 commit comments

Comments
 (0)