Skip to content

Commit cc99c0d

Browse files
Update tj-actions/changed-files action to v46.0.3
1 parent f337e4c commit cc99c0d

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@2f7c5bfce28377bc069a65ba478de0a74aa0ca32 # v46.0.1
36+
- uses: tj-actions/changed-files@823fcebdb31bb35fdf2229d9f769b400309430d0 # v46.0.3
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@823fcebdb31bb35fdf2229d9f769b400309430d0 # v46.0.3
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@823fcebdb31bb35fdf2229d9f769b400309430d0 # v46.0.3
6565
id: changed-files-rust-lockfile
6666
with:
6767
files: Cargo.lock

0 commit comments

Comments
 (0)