Skip to content

Commit

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

---

### Release Notes

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

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

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

#### What's Changed

- Upgraded to v34.5.1 by
[@&#8203;jackton1](https://togithub.com/jackton1) in
[tj-actions/changed-files#839
- chore: rename env variable by
[@&#8203;jackton1](https://togithub.com/jackton1) in
[tj-actions/changed-files#841
- fix: error verifying the previous commit sha for push event by
[@&#8203;jackton1](https://togithub.com/jackton1) in
[tj-actions/changed-files#843

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

</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 10, 2022
1 parent 35344d2 commit 99b9fed
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.1
uses: tj-actions/changed-files@v34.5.2
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.1
uses: tj-actions/changed-files@v34.5.2
with:
files: |
.github/workflows/pr_ci.yml
Expand Down

0 comments on commit 99b9fed

Please sign in to comment.