Skip to content

Commit

Permalink
Update tj-actions/changed-files action to v35.7.1 (rust-lang#6196)
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 Mar 14, 2023
1 parent ff2b611 commit df6b7b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
steps:
- uses: actions/checkout@v3.3.0

- uses: tj-actions/changed-files@v35.7.0
- uses: tj-actions/changed-files@v35.7.1
id: changed-files-non-js
with:
files_ignore: |
Expand All @@ -43,7 +43,7 @@ jobs:
pnpm-lock.yaml
testem.js
- uses: tj-actions/changed-files@v35.7.0
- uses: tj-actions/changed-files@v35.7.1
id: changed-files-non-rust
with:
files_ignore: |
Expand Down

0 comments on commit df6b7b2

Please sign in to comment.