From f31c041ffe035578d073f4a1727e9129638a146c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 10:42:19 +0530 Subject: [PATCH] chore(deps): update tj-actions/changed-files action to v39.0.2 (#365) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![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.1` -> `v39.0.2` | --- ### Release Notes
tj-actions/changed-files (tj-actions/changed-files) ### [`v39.0.2`](https://togithub.com/tj-actions/changed-files/releases/tag/v39.0.2) [Compare Source](https://togithub.com/tj-actions/changed-files/compare/v39.0.1...v39.0.2) ##### What's Changed - Upgraded to v39.0.1 by [@​tj-actions-bot](https://togithub.com/tj-actions-bot) in [https://github.com/tj-actions/changed-files/pull/1557](https://togithub.com/tj-actions/changed-files/pull/1557) - chore(deps): lock file maintenance by [@​renovate](https://togithub.com/renovate) in [https://github.com/tj-actions/changed-files/pull/1558](https://togithub.com/tj-actions/changed-files/pull/1558) - chore(deps): lock file maintenance by [@​renovate](https://togithub.com/renovate) in [https://github.com/tj-actions/changed-files/pull/1559](https://togithub.com/tj-actions/changed-files/pull/1559) - fix(deps): update dependency [@​actions/core](https://togithub.com/actions/core) to v1.10.1 by [@​renovate](https://togithub.com/renovate) in [https://github.com/tj-actions/changed-files/pull/1560](https://togithub.com/tj-actions/changed-files/pull/1560) - chore(deps): lock file maintenance by [@​renovate](https://togithub.com/renovate) in [https://github.com/tj-actions/changed-files/pull/1561](https://togithub.com/tj-actions/changed-files/pull/1561) - chore(deps): update typescript-eslint monorepo to v6.7.0 by [@​renovate](https://togithub.com/renovate) in [https://github.com/tj-actions/changed-files/pull/1562](https://togithub.com/tj-actions/changed-files/pull/1562) **Full Changelog**: https://github.com/tj-actions/changed-files/compare/v39...v39.0.2
--- ### 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. --- - [ ] 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). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/develop_ci.yml | 2 +- .github/workflows/pr_ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/develop_ci.yml b/.github/workflows/develop_ci.yml index f5872ef0..f453a924 100644 --- a/.github/workflows/develop_ci.yml +++ b/.github/workflows/develop_ci.yml @@ -27,7 +27,7 @@ jobs: fetch-depth: 0 - name: Get changed files id: changed-files - uses: tj-actions/changed-files@v39.0.1 + uses: tj-actions/changed-files@v39.0.2 with: files: | .github/workflows/develop_ci.yml diff --git a/.github/workflows/pr_ci.yml b/.github/workflows/pr_ci.yml index 39415b1e..e9fdc728 100644 --- a/.github/workflows/pr_ci.yml +++ b/.github/workflows/pr_ci.yml @@ -20,7 +20,7 @@ jobs: - name: Get changed files id: changed-files - uses: tj-actions/changed-files@v39.0.1 + uses: tj-actions/changed-files@v39.0.2 with: files: | .github/workflows/pr_ci.yml