Skip to content

Commit

Permalink
build(deps): bump tj-actions/changed-files from 18 to 18.1 (#1543)
Browse files Browse the repository at this point in the history
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 18 to 18.1.
- [Release notes](https://github.com/tj-actions/changed-files/releases)
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
- [Commits](tj-actions/changed-files@ffd30e8...227e314)

---
updated-dependencies:
- dependency-name: tj-actions/changed-files
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 15, 2022
1 parent d0a61c1 commit d36e402
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-each.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- run: apt update && apt install -y jq
- uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846
- run: cargo fetch
- uses: tj-actions/changed-files@ffd30e8dd820b89653c2298acf0447d29dbd0f16
- uses: tj-actions/changed-files@227e314ad84036340cab47e649d91b012275a53c
id: changed-files
with:
files: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fuzzers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
steps:
- run: apt update && apt install -y jo
- uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846
- uses: tj-actions/changed-files@ffd30e8dd820b89653c2298acf0447d29dbd0f16
- uses: tj-actions/changed-files@227e314ad84036340cab47e649d91b012275a53c
id: changed-files
- name: list changed crates
id: list-changed
Expand Down

0 comments on commit d36e402

Please sign in to comment.