Skip to content

Commit

Permalink
chore(deps): update tj-actions/changed-files action to v34.5.3 (#213)
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.2` -> `v34.5.3` |

---

### Release Notes

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

###
[`v34.5.3`](https://togithub.com/tj-actions/changed-files/blob/HEAD/HISTORY.md#v3453-httpsgithubcomtj-actionschanged-filestreev3453-2022-12-10)

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

[Full
Changelog](https://togithub.com/tj-actions/changed-files/compare/v34...v34.5.3)

</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:eyJjcmVhdGVkSW5WZXIiOiIzNC41NC4wIiwidXBkYXRlZEluVmVyIjoiMzQuNTQuMCJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Dec 11, 2022
1 parent aa612cc commit 879ddcb
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.2
uses: tj-actions/changed-files@v34.5.3
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.2
uses: tj-actions/changed-files@v34.5.3
with:
files: |
.github/workflows/pr_ci.yml
Expand Down

0 comments on commit 879ddcb

Please sign in to comment.