Skip to content

Commit

Permalink
fix(github-action): update tj-actions/changed-files action to v39.1.1 (
Browse files Browse the repository at this point in the history
…#2416)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[tj-actions/changed-files](https://togithub.com/tj-actions/changed-files)
| action | patch | `v39.1.0` -> `v39.1.1` |

---

### Release Notes

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

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

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

#### What's Changed

- Upgraded to v39.1.0 by
[@&#8203;tj-actions-bot](https://togithub.com/tj-actions-bot) in
[tj-actions/changed-files#1583
- chore: move variable declaration by
[@&#8203;jackton1](https://togithub.com/jackton1) in
[tj-actions/changed-files#1584
- chore: Update test.yml by
[@&#8203;jackton1](https://togithub.com/jackton1) in
[tj-actions/changed-files#1586
- docs: add V0lantis as a contributor for bug by
[@&#8203;allcontributors](https://togithub.com/allcontributors) in
[tj-actions/changed-files#1587
- Updated README.md by
[@&#8203;tj-actions-bot](https://togithub.com/tj-actions-bot) in
[tj-actions/changed-files#1588
- fix: error with test by
[@&#8203;jackton1](https://togithub.com/jackton1) in
[tj-actions/changed-files#1589
- fix: changed_keys and modified_keys output to handle json and
escape_json inputs by [@&#8203;V0lantis](https://togithub.com/V0lantis)
in
[tj-actions/changed-files#1585
- chore: add codacy config by
[@&#8203;jackton1](https://togithub.com/jackton1) in
[tj-actions/changed-files#1590

#### New Contributors

- [@&#8203;V0lantis](https://togithub.com/V0lantis) made their first
contribution in
[tj-actions/changed-files#1585

**Full Changelog**:
tj-actions/changed-files@v39...v39.1.1

</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 [Renovate
Bot](https://togithub.com/renovatebot/renovate).

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

Co-authored-by: repo-jeeves <106431701+repo-jeeves[bot]@users.noreply.github.com>
  • Loading branch information
repo-jeeves[bot] committed Sep 20, 2023
1 parent b609ab9 commit e3bf19c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-terraform-oci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@8e79ba7ab9fee9984275219aeb2c8db47bcb8a2d # v39.1.0
uses: tj-actions/changed-files@a21a533a0c244a27daac02f9dc6fcf8aeb996154 # v39.1.1
with:
dir_names: true
dir_names_max_depth: 3
Expand Down

0 comments on commit e3bf19c

Please sign in to comment.