Skip to content

Commit

Permalink
Update tj-actions/changed-files action to v44 (#8391)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Apr 4, 2024
1 parent 827a4c2 commit fe3b143
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- uses: tj-actions/changed-files@20576b4b9ed46d41e2d45a2256e5e2316dde6834 # v43.0.1
- uses: tj-actions/changed-files@2d756ea4c53f7f6b397767d8723b3a10a9f35bf2 # v44.0.0
id: changed-files-non-js
with:
files_ignore: |
Expand All @@ -44,7 +44,7 @@ jobs:
pnpm-lock.yaml
testem.js
- uses: tj-actions/changed-files@20576b4b9ed46d41e2d45a2256e5e2316dde6834 # v43.0.1
- uses: tj-actions/changed-files@2d756ea4c53f7f6b397767d8723b3a10a9f35bf2 # v44.0.0
id: changed-files-non-rust
with:
files_ignore: |
Expand All @@ -56,7 +56,7 @@ jobs:
Cargo.toml
rust-toolchain.toml
- uses: tj-actions/changed-files@20576b4b9ed46d41e2d45a2256e5e2316dde6834 # v43.0.1
- uses: tj-actions/changed-files@2d756ea4c53f7f6b397767d8723b3a10a9f35bf2 # v44.0.0
id: changed-files-rust-lockfile
with:
files: Cargo.lock
Expand Down

0 comments on commit fe3b143

Please sign in to comment.