Skip to content

Commit

Permalink
chore(deps): update tj-actions/changed-files action to v39.0.3 (#366)
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 | `v39.0.2` -> `v39.0.3` |

---

### Release Notes

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

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

[Compare
Source](https://togithub.com/tj-actions/changed-files/compare/v39.0.2...v39.0.3)

#### What's Changed

- Upgraded to v39.0.2 by
[@&#8203;tj-actions-bot](https://togithub.com/tj-actions-bot) in
[tj-actions/changed-files#1563
- chore(deps): update dependency jest to v29.7.0 by
[@&#8203;renovate](https://togithub.com/renovate) in
[tj-actions/changed-files#1564
- chore: update input description by
[@&#8203;jackton1](https://togithub.com/jackton1) in
[tj-actions/changed-files#1565
- Updated README.md by
[@&#8203;tj-actions-bot](https://togithub.com/tj-actions-bot) in
[tj-actions/changed-files#1566
- chore(deps): update dependency
[@&#8203;types/uuid](https://togithub.com/types/uuid) to v9.0.4 by
[@&#8203;renovate](https://togithub.com/renovate) in
[tj-actions/changed-files#1568
- chore: update README.md by
[@&#8203;jackton1](https://togithub.com/jackton1) in
[tj-actions/changed-files#1569
- Updated README.md by
[@&#8203;tj-actions-bot](https://togithub.com/tj-actions-bot) in
[tj-actions/changed-files#1570
- chore(deps): update dependency
[@&#8203;types/node](https://togithub.com/types/node) to v20.6.1 by
[@&#8203;renovate](https://togithub.com/renovate) in
[tj-actions/changed-files#1571
- chore(deps): update dependency
[@&#8203;types/jest](https://togithub.com/types/jest) to v29.5.5 by
[@&#8203;renovate](https://togithub.com/renovate) in
[tj-actions/changed-files#1573
- chore(deps): update dependency eslint-plugin-jest to v27.4.0 by
[@&#8203;renovate](https://togithub.com/renovate) in
[tj-actions/changed-files#1574
- chore(deps): update dependency
[@&#8203;types/node](https://togithub.com/types/node) to v20.6.2 by
[@&#8203;renovate](https://togithub.com/renovate) in
[tj-actions/changed-files#1575
- chore: refactor function by
[@&#8203;jackton1](https://togithub.com/jackton1) in
[tj-actions/changed-files#1572
- chore: cleanup imports by
[@&#8203;jackton1](https://togithub.com/jackton1) in
[tj-actions/changed-files#1576

**Full Changelog**:
tj-actions/changed-files@v39...v39.0.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://developer.mend.io/github/Yash-Garg/qBittorrent-Manager).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi44My4wIiwidXBkYXRlZEluVmVyIjoiMzYuODMuMCIsInRhcmdldEJyYW5jaCI6ImRldmVsb3AifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Sep 18, 2023
1 parent acfaef8 commit fb985be
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 @@ -27,7 +27,7 @@ jobs:
fetch-depth: 0
- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v39.0.2
uses: tj-actions/changed-files@v39.0.3
with:
files: |
.github/workflows/develop_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 @@ -20,7 +20,7 @@ jobs:

- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v39.0.2
uses: tj-actions/changed-files@v39.0.3
with:
files: |
.github/workflows/pr_ci.yml
Expand Down

0 comments on commit fb985be

Please sign in to comment.