Skip to content

Commit

Permalink
chore(deps): update tj-actions/changed-files action to v34.5.4 (#215)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[tj-actions/changed-files](https://togithub.com/tj-actions/changed-files)
| action | patch | `v34.5.3` -> `v34.5.4` |

---

### Release Notes

<details>
<summary>tj-actions/changed-files</summary>

###
[`v34.5.4`](https://togithub.com/tj-actions/changed-files/releases/tag/v34.5.4)

[Compare
Source](https://togithub.com/tj-actions/changed-files/compare/v34.5.3...v34.5.4)

#### What's Changed

- Upgraded to v34.5.3 by
[@&#8203;jackton1](https://togithub.com/jackton1) in
[tj-actions/changed-files#846
- chore: update readme by
[@&#8203;jackton1](https://togithub.com/jackton1) in
[tj-actions/changed-files#848
- chore: update error handling by
[@&#8203;jackton1](https://togithub.com/jackton1) in
[tj-actions/changed-files#847

**Full Changelog**:
tj-actions/changed-files@v34...v34.5.4

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Yash-Garg/qBittorrent-Manager).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC41NC4yIiwidXBkYXRlZEluVmVyIjoiMzQuNTQuMiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Dec 12, 2022
1 parent 2a8d441 commit d594c44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/develop_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
fetch-depth: 0
- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v34.5.3
uses: tj-actions/changed-files@v34.5.4
with:
files: |
.github/workflows/pr_ci.yml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
fetch-depth: 0
- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v34.5.3
uses: tj-actions/changed-files@v34.5.4
with:
files: |
.github/workflows/pr_ci.yml
Expand Down

0 comments on commit d594c44

Please sign in to comment.