Skip to content

Commit b367b28

Browse files
Update tj-actions/changed-files action to v45.0.9
1 parent 3955b48 commit b367b28

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

0 commit comments

Comments
 (0)