From 4b28aa3241ab323525c1bc0035798c6ed74e7db0 Mon Sep 17 00:00:00 2001 From: "repo-jeeves[bot]" <106431701+repo-jeeves[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 20:27:25 -0400 Subject: [PATCH] feat(github-action)!: Update tj-actions/changed-files action to v39.0.0 (#2341) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [tj-actions/changed-files](https://togithub.com/tj-actions/changed-files) | action | major | `v38.2.1` -> `v39.0.0` | --- ### Release Notes
tj-actions/changed-files (tj-actions/changed-files) ### [`v39.0.0`](https://togithub.com/tj-actions/changed-files/releases/tag/v39.0.0) [Compare Source](https://togithub.com/tj-actions/changed-files/compare/v38.2.2...v39.0.0) #### What's Changed - Upgraded to v38.2.2 by [@​tj-actions-bot](https://togithub.com/tj-actions-bot) in [https://github.com/tj-actions/changed-files/pull/1533](https://togithub.com/tj-actions/changed-files/pull/1533) - chore(deps): lock file maintenance by [@​renovate](https://togithub.com/renovate) in [https://github.com/tj-actions/changed-files/pull/1534](https://togithub.com/tj-actions/changed-files/pull/1534) - upgrade: nodejs to v20 by [@​jackton1](https://togithub.com/jackton1) in [https://github.com/tj-actions/changed-files/pull/1535](https://togithub.com/tj-actions/changed-files/pull/1535) **Full Changelog**: https://github.com/tj-actions/changed-files/compare/v38...v39.0.0 ### [`v38.2.2`](https://togithub.com/tj-actions/changed-files/releases/tag/v38.2.2) [Compare Source](https://togithub.com/tj-actions/changed-files/compare/v38.2.1...v38.2.2) #### What's Changed - chore(deps): lock file maintenance by [@​renovate](https://togithub.com/renovate) in [https://github.com/tj-actions/changed-files/pull/1522](https://togithub.com/tj-actions/changed-files/pull/1522) - Upgraded to v38.2.1 by [@​tj-actions-bot](https://togithub.com/tj-actions-bot) in [https://github.com/tj-actions/changed-files/pull/1523](https://togithub.com/tj-actions/changed-files/pull/1523) - chore(deps): update dependency [@​types/node](https://togithub.com/types/node) to v20.5.8 by [@​renovate](https://togithub.com/renovate) in [https://github.com/tj-actions/changed-files/pull/1524](https://togithub.com/tj-actions/changed-files/pull/1524) - chore(deps): update dependency [@​types/node](https://togithub.com/types/node) to v20.5.9 by [@​renovate](https://togithub.com/renovate) in [https://github.com/tj-actions/changed-files/pull/1525](https://togithub.com/tj-actions/changed-files/pull/1525) - chore(deps): lock file maintenance by [@​renovate](https://togithub.com/renovate) in [https://github.com/tj-actions/changed-files/pull/1526](https://togithub.com/tj-actions/changed-files/pull/1526) - chore(deps): update actions/checkout action to v4 by [@​renovate](https://togithub.com/renovate) in [https://github.com/tj-actions/changed-files/pull/1527](https://togithub.com/tj-actions/changed-files/pull/1527) - chore(deps): update typescript-eslint monorepo to v6.6.0 by [@​renovate](https://togithub.com/renovate) in [https://github.com/tj-actions/changed-files/pull/1530](https://togithub.com/tj-actions/changed-files/pull/1530) - fix: bug with outputs when json is set to true by [@​jackton1](https://togithub.com/jackton1) in [https://github.com/tj-actions/changed-files/pull/1531](https://togithub.com/tj-actions/changed-files/pull/1531) - chore(deps): lock file maintenance by [@​renovate](https://togithub.com/renovate) in [https://github.com/tj-actions/changed-files/pull/1532](https://togithub.com/tj-actions/changed-files/pull/1532) **Full Changelog**: https://github.com/tj-actions/changed-files/compare/v38...v38.2.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 [Renovate Bot](https://togithub.com/renovatebot/renovate). Co-authored-by: repo-jeeves <106431701+repo-jeeves[bot]@users.noreply.github.com> --- .github/workflows/build-terraform-oci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-terraform-oci.yaml b/.github/workflows/build-terraform-oci.yaml index c5255f955f..8ba5ed8746 100644 --- a/.github/workflows/build-terraform-oci.yaml +++ b/.github/workflows/build-terraform-oci.yaml @@ -28,7 +28,7 @@ jobs: - name: Get changed files id: changed-files - uses: tj-actions/changed-files@2f7246cb26e8bb6709b6cbfc1fec7febfe82e96a # v38.2.1 + uses: tj-actions/changed-files@48566bbcc22ceb7c5809ebdd27377309f2c3de8c # v39.0.0 with: dir_names: true dir_names_max_depth: 3