Skip to content

Commit

Permalink
Update tj-actions/changed-files action to v42 (#7961)
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 Jan 18, 2024
1 parent 321a2c2 commit 1516035
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@62f4729b5df35e6e0e01265fa70a82ccaf196b4b # v41.1.1
- uses: tj-actions/changed-files@ae82ed4ae04587b665efad2f206578aa6f0e8539 # v42.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@62f4729b5df35e6e0e01265fa70a82ccaf196b4b # v41.1.1
- uses: tj-actions/changed-files@ae82ed4ae04587b665efad2f206578aa6f0e8539 # v42.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@62f4729b5df35e6e0e01265fa70a82ccaf196b4b # v41.1.1
- uses: tj-actions/changed-files@ae82ed4ae04587b665efad2f206578aa6f0e8539 # v42.0.0
id: changed-files-rust-lockfile
with:
files: Cargo.lock
Expand Down

0 comments on commit 1516035

Please sign in to comment.